File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ diff -urN boost_1_91_0/boost/optional/detail/optional_select_implementation.hpp
1010+ !defined(BOOST_OPTIONAL_CONFIG_DISABLE_UNION_OPTIONAL)
1111 # define BOOST_OPTIONAL_USES_UNION_IMPLEMENTATION
1212 #endif
13-
13+
1414diff -urN boost_1_91_0/boost/optional/detail/union_optional.hpp boost_1_91_0/boost/optional/detail/union_optional.hpp
1515--- boost_1_91_0/boost/optional/detail/union_optional.hpp 2026-04-15 10:38:58.000000000 -0400
1616+++ boost_1_91_0/boost/optional/detail/union_optional.hpp 2026-05-13 22:49:40.940892042 -0400
@@ -29,15 +29,15 @@ diff -urN boost_1_91_0/libs/optional/doc/92_relnotes.qbk boost_1_91_0/libs/optio
2929--- boost_1_91_0/libs/optional/doc/92_relnotes.qbk 2026-04-15 10:38:58.000000000 -0400
3030+++ boost_1_91_0/libs/optional/doc/92_relnotes.qbk 2026-05-13 22:49:07.461219775 -0400
3131@@ -11,6 +11,10 @@
32-
32+
3333 [section:relnotes Release Notes]
34-
34+
3535+ [heading Boost Release 1.xx]
3636+
3737+ * Fixed regression in the copy-initialization of `optional<bool>`. This fixes [@https://github.com/boostorg/optional/issues/146 issue #146].
3838+
3939 [heading Boost Release 1.91]
40-
40+
4141 * For compilers with full C++11 support (including "unrestricted unions" and ref-qualifiers)
4242diff -urN boost_1_91_0/libs/optional/test/Jamfile.v2 boost_1_91_0/libs/optional/test/Jamfile.v2
4343--- boost_1_91_0/libs/optional/test/Jamfile.v2 2026-04-15 10:38:58.000000000 -0400
You can’t perform that action at this time.
0 commit comments