diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index bb00453..d87cb58 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,4 +1,4 @@ -# Copyright 2011-2025 Antony Polukhin. +# Copyright 2011-2026 Antony Polukhin. # Use, modification, and distribution are # subject to the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/type_index.qbk b/doc/type_index.qbk index 2de19ec..e712d65 100644 --- a/doc/type_index.qbk +++ b/doc/type_index.qbk @@ -1,7 +1,7 @@ [library Boost.TypeIndex [quickbook 1.6] - [version 4.2] - [copyright 2012-2025 Antony Polukhin] + [version 4.3] + [copyright 2012-2026 Antony Polukhin] [category Language Features Emulation] [license Distributed under the Boost Software License, Version 1.0. @@ -519,7 +519,7 @@ Such differences are usually not detected by linker and lead to errors at runtim [endsect] -[section Acknowledgements] +[section Acknowledgments] In order of helping and advising: diff --git a/examples/constexpr14_namespace_check.cpp b/examples/constexpr14_namespace_check.cpp index 624d984..6644e9f 100644 --- a/examples/constexpr14_namespace_check.cpp +++ b/examples/constexpr14_namespace_check.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2025 Antony Polukhin +// Copyright 2013-2026 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/constexpr14_sort_check.cpp b/examples/constexpr14_sort_check.cpp index 3b05a9b..0551a17 100644 --- a/examples/constexpr14_sort_check.cpp +++ b/examples/constexpr14_sort_check.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2025 Antony Polukhin +// Copyright 2013-2026 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/demangled_names.cpp b/examples/demangled_names.cpp index 11d18b4..3f97728 100644 --- a/examples/demangled_names.cpp +++ b/examples/demangled_names.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2025 Antony Polukhin +// Copyright 2013-2026 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/exact_types_match.cpp b/examples/exact_types_match.cpp index c3cd427..cabffe1 100644 --- a/examples/exact_types_match.cpp +++ b/examples/exact_types_match.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2025 Antony Polukhin +// Copyright 2013-2026 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/inheritance.cpp b/examples/inheritance.cpp index 4aa4d39..a999185 100644 --- a/examples/inheritance.cpp +++ b/examples/inheritance.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2025 Antony Polukhin +// Copyright 2013-2026 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/registry.cpp b/examples/registry.cpp index e5e1048..c8c1e64 100644 --- a/examples/registry.cpp +++ b/examples/registry.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2025 Antony Polukhin +// Copyright 2013-2026 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/table_of_names.cpp b/examples/table_of_names.cpp index bf094ab..446fd32 100644 --- a/examples/table_of_names.cpp +++ b/examples/table_of_names.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2025 Antony Polukhin +// Copyright 2013-2026 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/user_defined_typeinfo.cpp b/examples/user_defined_typeinfo.cpp index 51f12b7..1f7f1dd 100644 --- a/examples/user_defined_typeinfo.cpp +++ b/examples/user_defined_typeinfo.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2025 Antony Polukhin +// Copyright 2013-2026 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/user_defined_typeinfo.hpp b/examples/user_defined_typeinfo.hpp index 238b56e..54485d1 100644 --- a/examples/user_defined_typeinfo.hpp +++ b/examples/user_defined_typeinfo.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2025 Antony Polukhin +// Copyright 2013-2026 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/include/boost/type_index.hpp b/include/boost/type_index.hpp index 99f38b2..fc39925 100644 --- a/include/boost/type_index.hpp +++ b/include/boost/type_index.hpp @@ -1,5 +1,5 @@ // -// Copyright 2012-2025 Antony Polukhin. +// Copyright 2012-2026 Antony Polukhin. // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/type_index/ctti_type_index.hpp b/include/boost/type_index/ctti_type_index.hpp index 6f009ed..24946cd 100644 --- a/include/boost/type_index/ctti_type_index.hpp +++ b/include/boost/type_index/ctti_type_index.hpp @@ -1,5 +1,5 @@ // -// Copyright 2013-2025 Antony Polukhin. +// Copyright 2013-2026 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/detail/compile_time_type_info.hpp b/include/boost/type_index/detail/compile_time_type_info.hpp index 4218d5b..76bb5f5 100644 --- a/include/boost/type_index/detail/compile_time_type_info.hpp +++ b/include/boost/type_index/detail/compile_time_type_info.hpp @@ -1,5 +1,5 @@ // -// Copyright 2012-2025 Antony Polukhin. +// Copyright 2012-2026 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/detail/config.hpp b/include/boost/type_index/detail/config.hpp index 041d596..50850dc 100644 --- a/include/boost/type_index/detail/config.hpp +++ b/include/boost/type_index/detail/config.hpp @@ -1,5 +1,5 @@ // -// Copyright 2013-2025 Antony Polukhin. +// Copyright 2013-2026 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/detail/ctti_register_class.hpp b/include/boost/type_index/detail/ctti_register_class.hpp index b8dd905..e25d5fd 100644 --- a/include/boost/type_index/detail/ctti_register_class.hpp +++ b/include/boost/type_index/detail/ctti_register_class.hpp @@ -1,5 +1,5 @@ // -// Copyright 2013-2025 Antony Polukhin. +// Copyright 2013-2026 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/detail/stl_register_class.hpp b/include/boost/type_index/detail/stl_register_class.hpp index 67b34f3..e7181ef 100644 --- a/include/boost/type_index/detail/stl_register_class.hpp +++ b/include/boost/type_index/detail/stl_register_class.hpp @@ -1,5 +1,5 @@ // -// Copyright 2013-2025 Antony Polukhin. +// Copyright 2013-2026 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/stl_type_index.hpp b/include/boost/type_index/stl_type_index.hpp index eb04b9e..ec07d4b 100644 --- a/include/boost/type_index/stl_type_index.hpp +++ b/include/boost/type_index/stl_type_index.hpp @@ -1,5 +1,5 @@ // -// Copyright 2013-2025 Antony Polukhin. +// Copyright 2013-2026 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/type_index_facade.hpp b/include/boost/type_index/type_index_facade.hpp index 5e95e24..b55438c 100644 --- a/include/boost/type_index/type_index_facade.hpp +++ b/include/boost/type_index/type_index_facade.hpp @@ -1,5 +1,5 @@ // -// Copyright 2013-2025 Antony Polukhin. +// Copyright 2013-2026 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/index.html b/index.html index 883f012..9337e06 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@