1 file changed
+1
-1
lines changedSubmodule type_index updated 26 files
- .github/workflows/ci.yml+59-4
- CMakeLists.txt+23-5
- doc/type_index.qbk+35-1
- include/boost/type_index.hpp+8-2
- include/boost/type_index/ctti_type_index.hpp+13-1
- include/boost/type_index/detail/compile_time_type_info.hpp+3-1
- include/boost/type_index/detail/config.hpp+32
- include/boost/type_index/detail/ctti_register_class.hpp+8
- include/boost/type_index/detail/stl_register_class.hpp+8
- include/boost/type_index/runtime_cast.hpp+2
- include/boost/type_index/runtime_cast/boost_shared_ptr_cast.hpp+17-9
- include/boost/type_index/runtime_cast/detail/runtime_cast_impl.hpp+2
- include/boost/type_index/runtime_cast/pointer_cast.hpp+11-1
- include/boost/type_index/runtime_cast/reference_cast.hpp+14-1
- include/boost/type_index/runtime_cast/register_runtime_class.hpp+11
- include/boost/type_index/runtime_cast/std_shared_ptr_cast.hpp+13
- include/boost/type_index/stl_type_index.hpp+20-1
- include/boost/type_index/type_index_facade.hpp+15-2
- modules/boost_type_index.cppm+55
- modules/usage_sample.cpp+18
- modules/usage_test_mu1.cpp+13
- modules/usage_test_mu2.cpp+16
- test/Jamfile.v2+2-2
- test/cmake_subdir_test/CMakeLists.txt+52
- test/compare_ctti_stl.cpp+5-4
- test/type_index_test.cpp+13-8
0 commit comments