-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be9b5c6
commit 05ac693
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule optional
updated
18 files
+27 −22 | .github/workflows/ci.yml | |
+9 −8 | doc/00_optional.qbk | |
+45 −0 | doc/14_monadic_interface.qbk | |
+0 −0 | doc/15_io.qbk | |
+0 −0 | doc/16_optional_references.qbk | |
+0 −0 | doc/17_in_place_factories.qbk | |
+0 −0 | doc/18_gotchas.qbk | |
+0 −0 | doc/19_exception_safety.qbk | |
+0 −0 | doc/1A_type_requirements.qbk | |
+0 −0 | doc/1B_on_performance.qbk | |
+1 −1 | doc/html/index.html | |
+8 −0 | include/boost/none_t.hpp | |
+2 −1 | include/boost/optional/detail/old_optional_implementation.hpp | |
+6 −6 | include/boost/optional/detail/optional_swap.hpp | |
+2 −2 | include/boost/optional/optional.hpp | |
+2 −2 | test/optional_test_flat_map.cpp | |
+14 −14 | test/optional_test_make_optional.cpp | |
+13 −13 | test/optional_test_map.cpp |