Skip to content

Commit 3b91494

Browse files
authored
Hot Fix: Run Pre-commit Hook to Fix Failed CI Formatting Check (boostorg#2434)
1 parent 44a8b32 commit 3b91494

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

patches/files/1_91_0/0001-optional-copy-construct.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
1414
diff -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)
4242
diff -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

0 commit comments

Comments
 (0)