Commit 05a258d
cppal-commitbot
Update optional from master
1 parent 98a085d commit 05a258d
1 file changed
+1
-1
lines changed- CMakeLists.txt+4-2
- build.jam-3
- doc/00_optional.qbk+17-9
- doc/01_quick_start.qbk+58-23
- doc/10_motivation.qbk-80
- doc/11_development.qbk+108-229
- doc/12_relational_operators.qbk
- doc/13_convenience.qbk+102
- doc/14_monadic_interface.qbk-45
- doc/16_optional_references.qbk+9-4
- doc/1A_type_requirements.qbk+4-4
- doc/27_ref_optional_synopsis.qbk+2-2
- doc/28_ref_optional_semantics.qbk+6-6
- doc/31_when_to_use.qbk
- doc/32_on_performance.qbk
- doc/90_dependencies.qbk-36
- doc/91_comparison_with_std.qbk+48
- doc/92_relnotes.qbk+4-1
- doc/93_acknowledgments.qbk
- include/boost/none.hpp+1-1
- include/boost/none_t.hpp+10-3
- include/boost/optional/detail/optional_config.hpp+11-2
- include/boost/optional/detail/optional_reference_spec.hpp+7-7
- include/boost/optional/detail/optional_swap.hpp+3-3
- include/boost/optional/detail/optional_trivially_copyable_base.hpp+10-250
- include/boost/optional/detail/optional_utility.hpp+41
- include/boost/optional/optional.hpp+73-573
- include/boost/optional/optional_io.hpp+1-5
- test/CMakeLists.txt+1-1
- test/Jamfile.v2+3-2
- test/optional_test.cpp-2
- test/optional_test_convert_assign.cpp+3-3
- test/optional_test_convert_from_T.cpp+8-8
- test/optional_test_flat_map.cpp+2-2
- test/optional_test_inplace_fail.cpp+3-3
- test/optional_test_map.cpp+3-3
- test/optional_test_move.cpp+13-13
- test/optional_test_noexcept_move.cpp+42-45
- test/optional_test_path_assignment.cpp+1-1
- test/optional_test_ref_convert_assign_const_int_prevented.cpp+1-1
- test/optional_test_sfinae_friendly_ctor.cpp+12-12
- test/optional_test_swap.cpp+2-3
0 commit comments