From 61677ba228afaa075fde9515c510cd37df076316 Mon Sep 17 00:00:00 2001 From: Jeff Garland Date: Mon, 13 Jul 2020 08:12:09 -0700 Subject: [PATCH] merge some doc changes for constexpr fix (#163) * add constexpr tests to date, ptime, constrained_value * add some docs for 1.74 release --- xmldoc/changes.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/xmldoc/changes.xml b/xmldoc/changes.xml index e03f5d4..1769607 100644 --- a/xmldoc/changes.xml +++ b/xmldoc/changes.xml @@ -12,6 +12,41 @@ + + Changes from Boost 1.73 to 1.74 + + + + + Type + Description + + + + + + Bug-Fix + + Fix constrained_value::assign to be constexpr so ptime and date construction are constexpr. See: + pull 161 and + pull 161. + + + + + Bug-Fix + + Suppress MSVC CRT deprecations on Clang. See: + pull 160. + + + + + + + + + Changes from Boost 1.72 to 1.73