]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/date_time/xmldoc/changes.xml
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / date_time / xmldoc / changes.xml
index e03f5d43856aefd50346cc709b38f737f31c1a1f..1769607f2bf07df0968ba8896718fb2258315392 100644 (file)
 
   <!-- if each new change tgroup has a "Bug Fix" as the first "Type", the columns will line up nicely -->
 
+
+    <bridgehead renderas="sect3">Changes from Boost 1.73 to 1.74 </bridgehead>
+  <informaltable frame="all">
+    <tgroup cols="2">
+      <thead>
+        <row>
+          <entry>Type</entry>
+          <entry>Description</entry>
+        </row>
+      </thead>
+      <tbody>
+
+        <row>
+          <entry>Bug-Fix</entry>
+          <entry>
+           Fix constrained_value::assign to be constexpr so ptime and date construction are constexpr. See: 
+            <ulink url="https://github.com/boostorg/date_time/pull/161">pull 161</ulink> and
+           <ulink url="https://github.com/boostorg/date_time/pull/162">pull 161</ulink>.
+          </entry>
+        </row>
+
+        <row>
+          <entry>Bug-Fix</entry>
+          <entry>
+           Suppress MSVC CRT deprecations on Clang. See:
+           <ulink url="https://github.com/boostorg/date_time/pull/160">pull 160</ulink>.
+          </entry>
+        </row>
+
+       
+      </tbody>
+    </tgroup>
+  </informaltable>
+
+  
   <bridgehead renderas="sect3">Changes from Boost 1.72 to 1.73 </bridgehead>
   <informaltable frame="all">
     <tgroup cols="2">