Skip to content

Commit

Permalink
chore: bump boost version
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Mar 29, 2024
1 parent cce5cb1 commit 5d70c14
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extern/config
Submodule config updated 203 files
2 changes: 1 addition & 1 deletion extern/core
Submodule core updated 37 files
+37 −3 .github/workflows/ci.yml
+18 −1 doc/changes.qbk
+19 −16 doc/swap.qbk
+1 −1 include/boost/core/detail/sp_thread_pause.hpp
+93 −0 include/boost/core/invoke_swap.hpp
+6 −55 include/boost/core/swap.hpp
+4 −1 include/boost/swap.hpp
+4 −1 include/boost/utility/swap.hpp
+27 −25 test/Jamfile.v2
+0 −4 test/swap/Jamfile.v2
+3 −3 test/swap/swap_array_of_array_of_class.cpp
+3 −3 test/swap/swap_array_of_array_of_int.cpp
+3 −3 test/swap/swap_array_of_class.cpp
+3 −3 test/swap/swap_array_of_int.cpp
+3 −3 test/swap/swap_array_of_template.cpp
+3 −3 test/swap/swap_const_wrapper_fail.cpp
+1 −1 test/swap/swap_lib_header_1.cpp
+2 −2 test/swap/swap_lib_header_2.cpp
+0 −11 test/swap/swap_mixed_headers_1.cpp
+0 −12 test/swap/swap_mixed_headers_2.cpp
+6 −6 test/swap/swap_no_ambiguity_in_boost.cpp
+6 −6 test/swap/swap_noexcept.cpp
+2 −2 test/swap/swap_primitive.cpp
+0 −10 test/swap/swap_root_header_1.cpp
+0 −11 test/swap/swap_root_header_2.cpp
+2 −2 test/swap/swap_specialized_in_boost.cpp
+6 −6 test/swap/swap_specialized_in_boost_and_other.cpp
+2 −2 test/swap/swap_specialized_in_global.cpp
+2 −2 test/swap/swap_specialized_in_other.cpp
+2 −2 test/swap/swap_specialized_in_std.cpp
+3 −3 test/swap/swap_std_bitset.cpp
+3 −3 test/swap/swap_std_dateorder.cpp
+3 −3 test/swap/swap_std_string.cpp
+3 −3 test/swap/swap_std_typeinfo_ptr.cpp
+3 −3 test/swap/swap_std_vector_of_boost.cpp
+3 −3 test/swap/swap_std_vector_of_global.cpp
+3 −3 test/swap/swap_std_vector_of_other.cpp
2 changes: 1 addition & 1 deletion extern/mp11
2 changes: 1 addition & 1 deletion extern/throw_exception
2 changes: 1 addition & 1 deletion extern/variant2

0 comments on commit 5d70c14

Please sign in to comment.