mirror of
https://github.com/boostorg/date_time.git
synced 2026-01-19 04:12:07 +00:00
* initial set of core changes for constexpr support (issue #123) * fixes for constexpr core support based on ci failures (issue #123) * drive by fix for gcc9.2 warning on polymorphic exception * fixes for constexpr core support based on for cpp11 and cpp14 build variants (issue #123) * more fixes for constexpr core support (issue #123) - also fix for issue #124 * next round of changes for constexpr core support (issue #123) * fix last msvc regression for constexpr core * driveby fix to remove detail include * 3rd round of changes for constexpr * yet another msvc fix for cpp14 * minor doc fix for issue #127 - tm_isddst -> tm_isdst * minor doc fix for issue #127 - tm_isddst -> tm_isdst * push constexpr deep into the library including date, ptime (issue #123) * push constexpr deep into the library including date, ptime (issue #123) * fix latests regressions from constexpr changes in older gcc