diff --git a/LICENSE.md b/LICENSE.md index 99840cf..85f2e05 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) +Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/develop/manuals/meta_examples/class_example.cpp b/develop/manuals/meta_examples/class_example.cpp index b630ae5..89c31ef 100644 --- a/develop/manuals/meta_examples/class_example.cpp +++ b/develop/manuals/meta_examples/class_example.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/manuals/meta_examples/enum_example.cpp b/develop/manuals/meta_examples/enum_example.cpp index 3bf0cde..ca79693 100644 --- a/develop/manuals/meta_examples/enum_example.cpp +++ b/develop/manuals/meta_examples/enum_example.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/manuals/meta_examples/function_example.cpp b/develop/manuals/meta_examples/function_example.cpp index a50bb35..a918296 100644 --- a/develop/manuals/meta_examples/function_example.cpp +++ b/develop/manuals/meta_examples/function_example.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/manuals/meta_examples/inplace_example.cpp b/develop/manuals/meta_examples/inplace_example.cpp index af48009..cd77371 100644 --- a/develop/manuals/meta_examples/inplace_example.cpp +++ b/develop/manuals/meta_examples/inplace_example.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/manuals/meta_examples/member_example.cpp b/develop/manuals/meta_examples/member_example.cpp index 5afa1b6..d132306 100644 --- a/develop/manuals/meta_examples/member_example.cpp +++ b/develop/manuals/meta_examples/member_example.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/manuals/meta_examples/metadata_example.cpp b/develop/manuals/meta_examples/metadata_example.cpp index e5f2ef5..0991221 100644 --- a/develop/manuals/meta_examples/metadata_example.cpp +++ b/develop/manuals/meta_examples/metadata_example.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/manuals/meta_examples/method_example.cpp b/develop/manuals/meta_examples/method_example.cpp index c3109ce..20283a4 100644 --- a/develop/manuals/meta_examples/method_example.cpp +++ b/develop/manuals/meta_examples/method_example.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/manuals/meta_examples/scopes_example.cpp b/develop/manuals/meta_examples/scopes_example.cpp index bc5eb7c..a7c2726 100644 --- a/develop/manuals/meta_examples/scopes_example.cpp +++ b/develop/manuals/meta_examples/scopes_example.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/manuals/meta_examples/ucast_example.cpp b/develop/manuals/meta_examples/ucast_example.cpp index 52aec9c..d668696 100644 --- a/develop/manuals/meta_examples/ucast_example.cpp +++ b/develop/manuals/meta_examples/ucast_example.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/manuals/meta_examples/uvalue_example.cpp b/develop/manuals/meta_examples/uvalue_example.cpp index ff042c2..bf01c3a 100644 --- a/develop/manuals/meta_examples/uvalue_example.cpp +++ b/develop/manuals/meta_examples/uvalue_example.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/manuals/meta_examples/variable_example.cpp b/develop/manuals/meta_examples/variable_example.cpp index 0c577f3..5d8db57 100644 --- a/develop/manuals/meta_examples/variable_example.cpp +++ b/develop/manuals/meta_examples/variable_example.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/singles/headers/meta.hpp/meta_all.hpp b/develop/singles/headers/meta.hpp/meta_all.hpp index 1e0e5a9..5812898 100644 --- a/develop/singles/headers/meta.hpp/meta_all.hpp +++ b/develop/singles/headers/meta.hpp/meta_all.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once @@ -1175,7 +1175,7 @@ namespace meta_hpp::detail } template < typename Signature, typename C > - constexpr auto select_overload(Signature C::*func) noexcept -> decltype(func) { + constexpr auto select_overload(Signature C::* func) noexcept -> decltype(func) { return func; } } @@ -1620,8 +1620,7 @@ namespace meta_hpp::detail // template < // - template < typename... > - typename Class, + template < typename... > typename Class, typename... Zs > struct class_argument_traits_impl> { using argument_types = type_list; @@ -1633,8 +1632,7 @@ namespace meta_hpp::detail // template < // - template < auto, typename... > - typename Class, + template < auto, typename... > typename Class, auto A, typename... Zs > requires(sizeof...(Zs) > 0) @@ -1649,8 +1647,7 @@ namespace meta_hpp::detail // template < // - template < auto, auto, typename... > - typename Class, + template < auto, auto, typename... > typename Class, auto A, auto B, typename... Zs > @@ -1661,8 +1658,7 @@ namespace meta_hpp::detail }; template < // - template < typename, auto, typename... > - typename Class, + template < typename, auto, typename... > typename Class, typename A, auto B, typename... Zs > @@ -1680,8 +1676,7 @@ namespace meta_hpp::detail // template < // - template < auto, auto, auto, typename... > - typename Class, + template < auto, auto, auto, typename... > typename Class, auto A, auto B, auto C, @@ -1693,8 +1688,7 @@ namespace meta_hpp::detail }; template < // - template < typename, auto, auto, typename... > - typename Class, + template < typename, auto, auto, typename... > typename Class, typename A, auto B, auto C, @@ -1706,8 +1700,7 @@ namespace meta_hpp::detail }; template < // - template < auto, typename, auto, typename... > - typename Class, + template < auto, typename, auto, typename... > typename Class, auto A, typename B, auto C, @@ -1719,8 +1712,7 @@ namespace meta_hpp::detail }; template < // - template < typename, typename, auto, typename... > - typename Class, + template < typename, typename, auto, typename... > typename Class, typename A, typename B, auto C, @@ -1736,8 +1728,7 @@ namespace meta_hpp::detail // template < // - template < auto... > - typename Class, + template < auto... > typename Class, auto... Zs > struct class_argument_traits_impl> { using argument_types = type_list; @@ -1749,8 +1740,7 @@ namespace meta_hpp::detail // template < // - template < typename, auto... > - typename Class, + template < typename, auto... > typename Class, typename A, auto... Zs > requires(sizeof...(Zs) > 0) @@ -1765,8 +1755,7 @@ namespace meta_hpp::detail // template < // - template < auto, typename, auto... > - typename Class, + template < auto, typename, auto... > typename Class, auto A, typename B, auto... Zs > @@ -1777,8 +1766,7 @@ namespace meta_hpp::detail }; template < // - template < typename, typename, auto... > - typename Class, + template < typename, typename, auto... > typename Class, typename A, typename B, auto... Zs > @@ -1796,8 +1784,7 @@ namespace meta_hpp::detail // template < // - template < auto, auto, typename, auto... > - typename Class, + template < auto, auto, typename, auto... > typename Class, auto A, auto B, typename C, @@ -1809,8 +1796,7 @@ namespace meta_hpp::detail }; template < // - template < typename, auto, typename, auto... > - typename Class, + template < typename, auto, typename, auto... > typename Class, typename A, auto B, typename C, @@ -1822,8 +1808,7 @@ namespace meta_hpp::detail }; template < // - template < auto, typename, typename, auto... > - typename Class, + template < auto, typename, typename, auto... > typename Class, auto A, typename B, typename C, @@ -1835,8 +1820,7 @@ namespace meta_hpp::detail }; template < // - template < typename, typename, typename, auto... > - typename Class, + template < typename, typename, typename, auto... > typename Class, typename A, typename B, typename C, diff --git a/develop/unbench/cast_function_bench.cpp b/develop/unbench/cast_function_bench.cpp index e1ddaea..c877706 100644 --- a/develop/unbench/cast_function_bench.cpp +++ b/develop/unbench/cast_function_bench.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/unbench/dynamic_cast_bench.cpp b/develop/unbench/dynamic_cast_bench.cpp index 81cf842..5e04a6d 100644 --- a/develop/unbench/dynamic_cast_bench.cpp +++ b/develop/unbench/dynamic_cast_bench.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/unbench/invoke_function_bench.cpp b/develop/unbench/invoke_function_bench.cpp index 5288aa7..adc0121 100644 --- a/develop/unbench/invoke_function_bench.cpp +++ b/develop/unbench/invoke_function_bench.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/unshared/meta_shared_exe/meta_shared_tests.cpp b/develop/unshared/meta_shared_exe/meta_shared_tests.cpp index d9759ac..ad5a28d 100644 --- a/develop/unshared/meta_shared_exe/meta_shared_tests.cpp +++ b/develop/unshared/meta_shared_exe/meta_shared_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/unshared/meta_shared_exe/meta_shared_usage.cpp b/develop/unshared/meta_shared_exe/meta_shared_usage.cpp index 9dd0702..3efaa78 100644 --- a/develop/unshared/meta_shared_exe/meta_shared_usage.cpp +++ b/develop/unshared/meta_shared_exe/meta_shared_usage.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/unshared/meta_shared_lib/meta_shared_lib.cpp b/develop/unshared/meta_shared_lib/meta_shared_lib.cpp index 7a34f94..d129692 100644 --- a/develop/unshared/meta_shared_lib/meta_shared_lib.cpp +++ b/develop/unshared/meta_shared_lib/meta_shared_lib.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include "meta_shared_lib.hpp" diff --git a/develop/unshared/meta_shared_lib/meta_shared_lib.hpp b/develop/unshared/meta_shared_lib/meta_shared_lib.hpp index 7a0f958..fed90d5 100644 --- a/develop/unshared/meta_shared_lib/meta_shared_lib.hpp +++ b/develop/unshared/meta_shared_lib/meta_shared_lib.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/develop/untests/known_issues/crtp_recursion.cpp b/develop/untests/known_issues/crtp_recursion.cpp index 2128670..d67e8b8 100644 --- a/develop/untests/known_issues/crtp_recursion.cpp +++ b/develop/untests/known_issues/crtp_recursion.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/known_issues/uvalue_zero_ptr.cpp b/develop/untests/known_issues/uvalue_zero_ptr.cpp index cddc2d0..4b76438 100644 --- a/develop/untests/known_issues/uvalue_zero_ptr.cpp +++ b/develop/untests/known_issues/uvalue_zero_ptr.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_base/fixed_function_tests.cpp b/develop/untests/meta_base/fixed_function_tests.cpp index ac7822d..865ea4a 100644 --- a/develop/untests/meta_base/fixed_function_tests.cpp +++ b/develop/untests/meta_base/fixed_function_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_base/fnv1a_hash_tests.cpp b/develop/untests/meta_base/fnv1a_hash_tests.cpp index d66d76f..48975f4 100644 --- a/develop/untests/meta_base/fnv1a_hash_tests.cpp +++ b/develop/untests/meta_base/fnv1a_hash_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_base/memory_buffer_tests.cpp b/develop/untests/meta_base/memory_buffer_tests.cpp index 308575d..88925a2 100644 --- a/develop/untests/meta_base/memory_buffer_tests.cpp +++ b/develop/untests/meta_base/memory_buffer_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_base/type_list_tests.cpp b/develop/untests/meta_base/type_list_tests.cpp index 04c7c7e..896d2e6 100644 --- a/develop/untests/meta_base/type_list_tests.cpp +++ b/develop/untests/meta_base/type_list_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_features/ambiguous_tests.cpp b/develop/untests/meta_features/ambiguous_tests.cpp index 6e54f1b..0994066 100644 --- a/develop/untests/meta_features/ambiguous_tests.cpp +++ b/develop/untests/meta_features/ambiguous_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_features/diamond_tests.cpp b/develop/untests/meta_features/diamond_tests.cpp index 3883ff6..3a65a03 100644 --- a/develop/untests/meta_features/diamond_tests.cpp +++ b/develop/untests/meta_features/diamond_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_features/for_each_type_tests.cpp b/develop/untests/meta_features/for_each_type_tests.cpp index 2c1c0f7..4e215a1 100644 --- a/develop/untests/meta_features/for_each_type_tests.cpp +++ b/develop/untests/meta_features/for_each_type_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_features/move_only_tests.cpp b/develop/untests/meta_features/move_only_tests.cpp index 3a08d96..08710fa 100644 --- a/develop/untests/meta_features/move_only_tests.cpp +++ b/develop/untests/meta_features/move_only_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_features/multiple2_tests.cpp b/develop/untests/meta_features/multiple2_tests.cpp index d374db0..140035c 100644 --- a/develop/untests/meta_features/multiple2_tests.cpp +++ b/develop/untests/meta_features/multiple2_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_features/multiple_tests.cpp b/develop/untests/meta_features/multiple_tests.cpp index 9d4acb2..b53cebc 100644 --- a/develop/untests/meta_features/multiple_tests.cpp +++ b/develop/untests/meta_features/multiple_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_headers/binds_tests.cpp b/develop/untests/meta_headers/binds_tests.cpp index 0878729..8aa92b7 100644 --- a/develop/untests/meta_headers/binds_tests.cpp +++ b/develop/untests/meta_headers/binds_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #if defined(META_HPP_HEADERS_BUILD) diff --git a/develop/untests/meta_headers/details_tests.cpp b/develop/untests/meta_headers/details_tests.cpp index 610a8ca..5c7cb4b 100644 --- a/develop/untests/meta_headers/details_tests.cpp +++ b/develop/untests/meta_headers/details_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #if defined(META_HPP_HEADERS_BUILD) diff --git a/develop/untests/meta_headers/indices_tests.cpp b/develop/untests/meta_headers/indices_tests.cpp index eb1da22..f6d09d3 100644 --- a/develop/untests/meta_headers/indices_tests.cpp +++ b/develop/untests/meta_headers/indices_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #if defined(META_HPP_HEADERS_BUILD) diff --git a/develop/untests/meta_headers/invoke_tests.cpp b/develop/untests/meta_headers/invoke_tests.cpp index 2ddaa79..2ca1581 100644 --- a/develop/untests/meta_headers/invoke_tests.cpp +++ b/develop/untests/meta_headers/invoke_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #if defined(META_HPP_HEADERS_BUILD) diff --git a/develop/untests/meta_headers/policies_tests.cpp b/develop/untests/meta_headers/policies_tests.cpp index a49463a..b5cab8f 100644 --- a/develop/untests/meta_headers/policies_tests.cpp +++ b/develop/untests/meta_headers/policies_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #if defined(META_HPP_HEADERS_BUILD) diff --git a/develop/untests/meta_headers/registry_tests.cpp b/develop/untests/meta_headers/registry_tests.cpp index 252816a..e24aebd 100644 --- a/develop/untests/meta_headers/registry_tests.cpp +++ b/develop/untests/meta_headers/registry_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #if defined(META_HPP_HEADERS_BUILD) diff --git a/develop/untests/meta_headers/states_tests.cpp b/develop/untests/meta_headers/states_tests.cpp index 5469101..94344b2 100644 --- a/develop/untests/meta_headers/states_tests.cpp +++ b/develop/untests/meta_headers/states_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #if defined(META_HPP_HEADERS_BUILD) diff --git a/develop/untests/meta_headers/types_tests.cpp b/develop/untests/meta_headers/types_tests.cpp index 3c46caa..7d99b17 100644 --- a/develop/untests/meta_headers/types_tests.cpp +++ b/develop/untests/meta_headers/types_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #if defined(META_HPP_HEADERS_BUILD) diff --git a/develop/untests/meta_headers/ucast_tests.cpp b/develop/untests/meta_headers/ucast_tests.cpp index ab89a5e..e66d4d9 100644 --- a/develop/untests/meta_headers/ucast_tests.cpp +++ b/develop/untests/meta_headers/ucast_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #if defined(META_HPP_HEADERS_BUILD) diff --git a/develop/untests/meta_headers/uresult_tests.cpp b/develop/untests/meta_headers/uresult_tests.cpp index 969d2cd..caed80f 100644 --- a/develop/untests/meta_headers/uresult_tests.cpp +++ b/develop/untests/meta_headers/uresult_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #if defined(META_HPP_HEADERS_BUILD) diff --git a/develop/untests/meta_headers/uvalue_tests.cpp b/develop/untests/meta_headers/uvalue_tests.cpp index 21262a4..afd65eb 100644 --- a/develop/untests/meta_headers/uvalue_tests.cpp +++ b/develop/untests/meta_headers/uvalue_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #if defined(META_HPP_HEADERS_BUILD) diff --git a/develop/untests/meta_indices/ops_tests.cpp b/develop/untests/meta_indices/ops_tests.cpp index eed38e9..911a601 100644 --- a/develop/untests/meta_indices/ops_tests.cpp +++ b/develop/untests/meta_indices/ops_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_issues/github_discussion_88.cpp b/develop/untests/meta_issues/github_discussion_88.cpp index 4aee3af..9303d17 100644 --- a/develop/untests/meta_issues/github_discussion_88.cpp +++ b/develop/untests/meta_issues/github_discussion_88.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_issues/github_discussion_93.cpp b/develop/untests/meta_issues/github_discussion_93.cpp index 5edaedf..2bf7bca 100644 --- a/develop/untests/meta_issues/github_discussion_93.cpp +++ b/develop/untests/meta_issues/github_discussion_93.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_issues/github_issue_104.cpp b/develop/untests/meta_issues/github_issue_104.cpp index 7fb1173..84efe6a 100644 --- a/develop/untests/meta_issues/github_issue_104.cpp +++ b/develop/untests/meta_issues/github_issue_104.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_issues/github_issue_15.cpp b/develop/untests/meta_issues/github_issue_15.cpp index c65bce1..84c0b39 100644 --- a/develop/untests/meta_issues/github_issue_15.cpp +++ b/develop/untests/meta_issues/github_issue_15.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_issues/random_issue_1.cpp b/develop/untests/meta_issues/random_issue_1.cpp index d806e7e..75ebdd3 100644 --- a/develop/untests/meta_issues/random_issue_1.cpp +++ b/develop/untests/meta_issues/random_issue_1.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_issues/random_issue_2.cpp b/develop/untests/meta_issues/random_issue_2.cpp index be6a19c..5176785 100644 --- a/develop/untests/meta_issues/random_issue_2.cpp +++ b/develop/untests/meta_issues/random_issue_2.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_issues/random_issue_3.cpp b/develop/untests/meta_issues/random_issue_3.cpp index f98480c..af5b827 100644 --- a/develop/untests/meta_issues/random_issue_3.cpp +++ b/develop/untests/meta_issues/random_issue_3.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_issues/random_issue_4.cpp b/develop/untests/meta_issues/random_issue_4.cpp index 1270639..5944eba 100644 --- a/develop/untests/meta_issues/random_issue_4.cpp +++ b/develop/untests/meta_issues/random_issue_4.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_issues/random_issue_5.cpp b/develop/untests/meta_issues/random_issue_5.cpp index 02a7a72..f8b9033 100644 --- a/develop/untests/meta_issues/random_issue_5.cpp +++ b/develop/untests/meta_issues/random_issue_5.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_issues/random_issue_6.cpp b/develop/untests/meta_issues/random_issue_6.cpp index 7e219d5..15b11e4 100644 --- a/develop/untests/meta_issues/random_issue_6.cpp +++ b/develop/untests/meta_issues/random_issue_6.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_issues/random_issue_7.cpp b/develop/untests/meta_issues/random_issue_7.cpp index 1b64a51..18514a4 100644 --- a/develop/untests/meta_issues/random_issue_7.cpp +++ b/develop/untests/meta_issues/random_issue_7.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_issues/random_issue_8.cpp b/develop/untests/meta_issues/random_issue_8.cpp index f3cad6d..e571f40 100644 --- a/develop/untests/meta_issues/random_issue_8.cpp +++ b/develop/untests/meta_issues/random_issue_8.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/ctor2_tests.cpp b/develop/untests/meta_states/ctor2_tests.cpp index 5537da5..f6194b0 100644 --- a/develop/untests/meta_states/ctor2_tests.cpp +++ b/develop/untests/meta_states/ctor2_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/ctor_tests.cpp b/develop/untests/meta_states/ctor_tests.cpp index 9d48f26..c9944c2 100644 --- a/develop/untests/meta_states/ctor_tests.cpp +++ b/develop/untests/meta_states/ctor_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/dtor_tests.cpp b/develop/untests/meta_states/dtor_tests.cpp index e83ccac..8c58973 100644 --- a/develop/untests/meta_states/dtor_tests.cpp +++ b/develop/untests/meta_states/dtor_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/evalue_tests.cpp b/develop/untests/meta_states/evalue_tests.cpp index ba61b71..d9360c0 100644 --- a/develop/untests/meta_states/evalue_tests.cpp +++ b/develop/untests/meta_states/evalue_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/function2_tests.cpp b/develop/untests/meta_states/function2_tests.cpp index 69a06c3..c621f23 100644 --- a/develop/untests/meta_states/function2_tests.cpp +++ b/develop/untests/meta_states/function2_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/function3_tests.cpp b/develop/untests/meta_states/function3_tests.cpp index 344a7be..687d05d 100644 --- a/develop/untests/meta_states/function3_tests.cpp +++ b/develop/untests/meta_states/function3_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/function_tests.cpp b/develop/untests/meta_states/function_tests.cpp index 316e47a..92c9196 100644 --- a/develop/untests/meta_states/function_tests.cpp +++ b/develop/untests/meta_states/function_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/member_tests.cpp b/develop/untests/meta_states/member_tests.cpp index 591fa12..9981863 100644 --- a/develop/untests/meta_states/member_tests.cpp +++ b/develop/untests/meta_states/member_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/metadata_tests.cpp b/develop/untests/meta_states/metadata_tests.cpp index 1a95251..b9f960a 100644 --- a/develop/untests/meta_states/metadata_tests.cpp +++ b/develop/untests/meta_states/metadata_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/method2_tests.cpp b/develop/untests/meta_states/method2_tests.cpp index 6d44a4e..2861188 100644 --- a/develop/untests/meta_states/method2_tests.cpp +++ b/develop/untests/meta_states/method2_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/method3_tests.cpp b/develop/untests/meta_states/method3_tests.cpp index c8f5ba9..907f24b 100644 --- a/develop/untests/meta_states/method3_tests.cpp +++ b/develop/untests/meta_states/method3_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/method_tests.cpp b/develop/untests/meta_states/method_tests.cpp index 33b429d..3394c30 100644 --- a/develop/untests/meta_states/method_tests.cpp +++ b/develop/untests/meta_states/method_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/ops_tests.cpp b/develop/untests/meta_states/ops_tests.cpp index 23194a2..d48d85c 100644 --- a/develop/untests/meta_states/ops_tests.cpp +++ b/develop/untests/meta_states/ops_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/scope_tests.cpp b/develop/untests/meta_states/scope_tests.cpp index c257e4b..095a50c 100644 --- a/develop/untests/meta_states/scope_tests.cpp +++ b/develop/untests/meta_states/scope_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_states/variable_tests.cpp b/develop/untests/meta_states/variable_tests.cpp index 3ce3b2d..e76a0f0 100644 --- a/develop/untests/meta_states/variable_tests.cpp +++ b/develop/untests/meta_states/variable_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/any_type_tests.cpp b/develop/untests/meta_types/any_type_tests.cpp index 2d752e8..3ce3d48 100644 --- a/develop/untests/meta_types/any_type_tests.cpp +++ b/develop/untests/meta_types/any_type_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/array_type_tests.cpp b/develop/untests/meta_types/array_type_tests.cpp index 735636e..ab805e6 100644 --- a/develop/untests/meta_types/array_type_tests.cpp +++ b/develop/untests/meta_types/array_type_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/class_type2_tests.cpp b/develop/untests/meta_types/class_type2_tests.cpp index 391263d..a1163f3 100644 --- a/develop/untests/meta_types/class_type2_tests.cpp +++ b/develop/untests/meta_types/class_type2_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/class_type_tests.cpp b/develop/untests/meta_types/class_type_tests.cpp index a5f59f3..8a2c820 100644 --- a/develop/untests/meta_types/class_type_tests.cpp +++ b/develop/untests/meta_types/class_type_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/enum_type_tests.cpp b/develop/untests/meta_types/enum_type_tests.cpp index 9016fa1..7a4acdf 100644 --- a/develop/untests/meta_types/enum_type_tests.cpp +++ b/develop/untests/meta_types/enum_type_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/function_type_tests.cpp b/develop/untests/meta_types/function_type_tests.cpp index fec7762..d3b6176 100644 --- a/develop/untests/meta_types/function_type_tests.cpp +++ b/develop/untests/meta_types/function_type_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/member_type_tests.cpp b/develop/untests/meta_types/member_type_tests.cpp index f3c1b71..e97b68b 100644 --- a/develop/untests/meta_types/member_type_tests.cpp +++ b/develop/untests/meta_types/member_type_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/method_type_tests.cpp b/develop/untests/meta_types/method_type_tests.cpp index 63a38b4..52bbfea 100644 --- a/develop/untests/meta_types/method_type_tests.cpp +++ b/develop/untests/meta_types/method_type_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/number_type_tests.cpp b/develop/untests/meta_types/number_type_tests.cpp index c2daf58..21455b6 100644 --- a/develop/untests/meta_types/number_type_tests.cpp +++ b/develop/untests/meta_types/number_type_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/ops_tests.cpp b/develop/untests/meta_types/ops_tests.cpp index 95a29c7..e09b915 100644 --- a/develop/untests/meta_types/ops_tests.cpp +++ b/develop/untests/meta_types/ops_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/pointer_type_tests.cpp b/develop/untests/meta_types/pointer_type_tests.cpp index 13bef2e..b13ddbe 100644 --- a/develop/untests/meta_types/pointer_type_tests.cpp +++ b/develop/untests/meta_types/pointer_type_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/poly_resolving2_tests.cpp b/develop/untests/meta_types/poly_resolving2_tests.cpp index 457b1e9..0d71c50 100644 --- a/develop/untests/meta_types/poly_resolving2_tests.cpp +++ b/develop/untests/meta_types/poly_resolving2_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/poly_resolving_tests.cpp b/develop/untests/meta_types/poly_resolving_tests.cpp index 46d969c..0e4c3aa 100644 --- a/develop/untests/meta_types/poly_resolving_tests.cpp +++ b/develop/untests/meta_types/poly_resolving_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/reference_type_tests.cpp b/develop/untests/meta_types/reference_type_tests.cpp index 002263f..0b7e34f 100644 --- a/develop/untests/meta_types/reference_type_tests.cpp +++ b/develop/untests/meta_types/reference_type_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/type_id_tests.cpp b/develop/untests/meta_types/type_id_tests.cpp index 6ddbfff..0f8a7fc 100644 --- a/develop/untests/meta_types/type_id_tests.cpp +++ b/develop/untests/meta_types/type_id_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/type_purging_tests.cpp b/develop/untests/meta_types/type_purging_tests.cpp index 3329d84..3093dc7 100644 --- a/develop/untests/meta_types/type_purging_tests.cpp +++ b/develop/untests/meta_types/type_purging_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_types/void_type_tests.cpp b/develop/untests/meta_types/void_type_tests.cpp index d170a70..535d1c6 100644 --- a/develop/untests/meta_types/void_type_tests.cpp +++ b/develop/untests/meta_types/void_type_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/arg2_tests.cpp b/develop/untests/meta_utilities/arg2_tests.cpp index 5733b08..634eb6b 100644 --- a/develop/untests/meta_utilities/arg2_tests.cpp +++ b/develop/untests/meta_utilities/arg2_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/arg3_tests.cpp b/develop/untests/meta_utilities/arg3_tests.cpp index d3bfdaf..ff4eeea 100644 --- a/develop/untests/meta_utilities/arg3_tests.cpp +++ b/develop/untests/meta_utilities/arg3_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/arg4_tests.cpp b/develop/untests/meta_utilities/arg4_tests.cpp index a34b3e6..d9929f1 100644 --- a/develop/untests/meta_utilities/arg4_tests.cpp +++ b/develop/untests/meta_utilities/arg4_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/arg5_tests.cpp b/develop/untests/meta_utilities/arg5_tests.cpp index bb75dd9..af97c91 100644 --- a/develop/untests/meta_utilities/arg5_tests.cpp +++ b/develop/untests/meta_utilities/arg5_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/arg6_tests.cpp b/develop/untests/meta_utilities/arg6_tests.cpp index 8560243..d95f645 100644 --- a/develop/untests/meta_utilities/arg6_tests.cpp +++ b/develop/untests/meta_utilities/arg6_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/arg7_tests.cpp b/develop/untests/meta_utilities/arg7_tests.cpp index a573c99..469dcb2 100644 --- a/develop/untests/meta_utilities/arg7_tests.cpp +++ b/develop/untests/meta_utilities/arg7_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/arg_tests.cpp b/develop/untests/meta_utilities/arg_tests.cpp index 49b9fde..a81c69f 100644 --- a/develop/untests/meta_utilities/arg_tests.cpp +++ b/develop/untests/meta_utilities/arg_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/cast_tests.cpp b/develop/untests/meta_utilities/cast_tests.cpp index 181d79f..1500e81 100644 --- a/develop/untests/meta_utilities/cast_tests.cpp +++ b/develop/untests/meta_utilities/cast_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/detail_tests.cpp b/develop/untests/meta_utilities/detail_tests.cpp index d1bd08a..b42b842 100644 --- a/develop/untests/meta_utilities/detail_tests.cpp +++ b/develop/untests/meta_utilities/detail_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/hash_tests.cpp b/develop/untests/meta_utilities/hash_tests.cpp index e28373c..a8816bc 100644 --- a/develop/untests/meta_utilities/hash_tests.cpp +++ b/develop/untests/meta_utilities/hash_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/inst_tests.cpp b/develop/untests/meta_utilities/inst_tests.cpp index b8172a7..35bf0e9 100644 --- a/develop/untests/meta_utilities/inst_tests.cpp +++ b/develop/untests/meta_utilities/inst_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/invoke_tests.cpp b/develop/untests/meta_utilities/invoke_tests.cpp index 7508bc5..7cdbfbf 100644 --- a/develop/untests/meta_utilities/invoke_tests.cpp +++ b/develop/untests/meta_utilities/invoke_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/result_tests.cpp b/develop/untests/meta_utilities/result_tests.cpp index 359a894..65ca3d6 100644 --- a/develop/untests/meta_utilities/result_tests.cpp +++ b/develop/untests/meta_utilities/result_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/value2_tests.cpp b/develop/untests/meta_utilities/value2_tests.cpp index 3d60f55..49b691d 100644 --- a/develop/untests/meta_utilities/value2_tests.cpp +++ b/develop/untests/meta_utilities/value2_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/value3_tests.cpp b/develop/untests/meta_utilities/value3_tests.cpp index c6464d6..6574671 100644 --- a/develop/untests/meta_utilities/value3_tests.cpp +++ b/develop/untests/meta_utilities/value3_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/value4_tests.cpp b/develop/untests/meta_utilities/value4_tests.cpp index 7b18826..fe53350 100644 --- a/develop/untests/meta_utilities/value4_tests.cpp +++ b/develop/untests/meta_utilities/value4_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/develop/untests/meta_utilities/value_tests.cpp b/develop/untests/meta_utilities/value_tests.cpp index 4ee287e..8e5916d 100644 --- a/develop/untests/meta_utilities/value_tests.cpp +++ b/develop/untests/meta_utilities/value_tests.cpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #include diff --git a/headers/meta.hpp/meta_all.hpp b/headers/meta.hpp/meta_all.hpp index 8c27ae4..cfb0394 100644 --- a/headers/meta.hpp/meta_all.hpp +++ b/headers/meta.hpp/meta_all.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base.hpp b/headers/meta.hpp/meta_base.hpp index 2118cb1..44c2439 100644 --- a/headers/meta.hpp/meta_base.hpp +++ b/headers/meta.hpp/meta_base.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/base.hpp b/headers/meta.hpp/meta_base/base.hpp index 4725b7e..12f79a5 100644 --- a/headers/meta.hpp/meta_base/base.hpp +++ b/headers/meta.hpp/meta_base/base.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/bitflags.hpp b/headers/meta.hpp/meta_base/bitflags.hpp index 709864c..ce80992 100644 --- a/headers/meta.hpp/meta_base/bitflags.hpp +++ b/headers/meta.hpp/meta_base/bitflags.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/cv_traits.hpp b/headers/meta.hpp/meta_base/cv_traits.hpp index 3d148f5..d633d1f 100644 --- a/headers/meta.hpp/meta_base/cv_traits.hpp +++ b/headers/meta.hpp/meta_base/cv_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/cvref_traits.hpp b/headers/meta.hpp/meta_base/cvref_traits.hpp index ad46f98..a184f92 100644 --- a/headers/meta.hpp/meta_base/cvref_traits.hpp +++ b/headers/meta.hpp/meta_base/cvref_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/exceptions.hpp b/headers/meta.hpp/meta_base/exceptions.hpp index fa5b2e6..a126561 100644 --- a/headers/meta.hpp/meta_base/exceptions.hpp +++ b/headers/meta.hpp/meta_base/exceptions.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/fixed_function.hpp b/headers/meta.hpp/meta_base/fixed_function.hpp index 7f56102..3cc3b11 100644 --- a/headers/meta.hpp/meta_base/fixed_function.hpp +++ b/headers/meta.hpp/meta_base/fixed_function.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/fnv1a_hash.hpp b/headers/meta.hpp/meta_base/fnv1a_hash.hpp index 70693bd..375ab3c 100644 --- a/headers/meta.hpp/meta_base/fnv1a_hash.hpp +++ b/headers/meta.hpp/meta_base/fnv1a_hash.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/hash_composer.hpp b/headers/meta.hpp/meta_base/hash_composer.hpp index 5080f9e..22aaa14 100644 --- a/headers/meta.hpp/meta_base/hash_composer.hpp +++ b/headers/meta.hpp/meta_base/hash_composer.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/inline_vector.hpp b/headers/meta.hpp/meta_base/inline_vector.hpp index b6424b9..5551bbe 100644 --- a/headers/meta.hpp/meta_base/inline_vector.hpp +++ b/headers/meta.hpp/meta_base/inline_vector.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/insert_or_assign.hpp b/headers/meta.hpp/meta_base/insert_or_assign.hpp index 6e901c8..a4be773 100644 --- a/headers/meta.hpp/meta_base/insert_or_assign.hpp +++ b/headers/meta.hpp/meta_base/insert_or_assign.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/is_in_place_type.hpp b/headers/meta.hpp/meta_base/is_in_place_type.hpp index bc0e84c..39413af 100644 --- a/headers/meta.hpp/meta_base/is_in_place_type.hpp +++ b/headers/meta.hpp/meta_base/is_in_place_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/memory_buffer.hpp b/headers/meta.hpp/meta_base/memory_buffer.hpp index 6e7688b..fd67ae2 100644 --- a/headers/meta.hpp/meta_base/memory_buffer.hpp +++ b/headers/meta.hpp/meta_base/memory_buffer.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/noncopyable.hpp b/headers/meta.hpp/meta_base/noncopyable.hpp index 6a2ec2f..dcc26bb 100644 --- a/headers/meta.hpp/meta_base/noncopyable.hpp +++ b/headers/meta.hpp/meta_base/noncopyable.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/nonesuch.hpp b/headers/meta.hpp/meta_base/nonesuch.hpp index 5e620fc..6cd334f 100644 --- a/headers/meta.hpp/meta_base/nonesuch.hpp +++ b/headers/meta.hpp/meta_base/nonesuch.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/overloaded.hpp b/headers/meta.hpp/meta_base/overloaded.hpp index 0532a82..a307543 100644 --- a/headers/meta.hpp/meta_base/overloaded.hpp +++ b/headers/meta.hpp/meta_base/overloaded.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/select_overload.hpp b/headers/meta.hpp/meta_base/select_overload.hpp index a647b23..86f3a5d 100644 --- a/headers/meta.hpp/meta_base/select_overload.hpp +++ b/headers/meta.hpp/meta_base/select_overload.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once @@ -36,7 +36,7 @@ namespace meta_hpp::detail } template < typename Signature, typename C > - constexpr auto select_overload(Signature C::*func) noexcept -> decltype(func) { + constexpr auto select_overload(Signature C::* func) noexcept -> decltype(func) { return func; } } diff --git a/headers/meta.hpp/meta_base/to_underlying.hpp b/headers/meta.hpp/meta_base/to_underlying.hpp index 5e00ffc..85eb9f7 100644 --- a/headers/meta.hpp/meta_base/to_underlying.hpp +++ b/headers/meta.hpp/meta_base/to_underlying.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_base/type_list.hpp b/headers/meta.hpp/meta_base/type_list.hpp index 48e0a6f..cb3badc 100644 --- a/headers/meta.hpp/meta_base/type_list.hpp +++ b/headers/meta.hpp/meta_base/type_list.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_binds.hpp b/headers/meta.hpp/meta_binds.hpp index 46550dd..2088195 100644 --- a/headers/meta.hpp/meta_binds.hpp +++ b/headers/meta.hpp/meta_binds.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_binds/array_bind.hpp b/headers/meta.hpp/meta_binds/array_bind.hpp index 857bc97..f84bb38 100644 --- a/headers/meta.hpp/meta_binds/array_bind.hpp +++ b/headers/meta.hpp/meta_binds/array_bind.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_binds/class_bind.hpp b/headers/meta.hpp/meta_binds/class_bind.hpp index d6243f1..fc6799d 100644 --- a/headers/meta.hpp/meta_binds/class_bind.hpp +++ b/headers/meta.hpp/meta_binds/class_bind.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_binds/enum_bind.hpp b/headers/meta.hpp/meta_binds/enum_bind.hpp index e628e7f..d90354c 100644 --- a/headers/meta.hpp/meta_binds/enum_bind.hpp +++ b/headers/meta.hpp/meta_binds/enum_bind.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_binds/function_bind.hpp b/headers/meta.hpp/meta_binds/function_bind.hpp index 057723c..a122b1a 100644 --- a/headers/meta.hpp/meta_binds/function_bind.hpp +++ b/headers/meta.hpp/meta_binds/function_bind.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_binds/member_bind.hpp b/headers/meta.hpp/meta_binds/member_bind.hpp index d8b3f64..8df95ae 100644 --- a/headers/meta.hpp/meta_binds/member_bind.hpp +++ b/headers/meta.hpp/meta_binds/member_bind.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_binds/method_bind.hpp b/headers/meta.hpp/meta_binds/method_bind.hpp index d2ea6f8..a868518 100644 --- a/headers/meta.hpp/meta_binds/method_bind.hpp +++ b/headers/meta.hpp/meta_binds/method_bind.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_binds/nullptr_bind.hpp b/headers/meta.hpp/meta_binds/nullptr_bind.hpp index c4c5507..d0edbed 100644 --- a/headers/meta.hpp/meta_binds/nullptr_bind.hpp +++ b/headers/meta.hpp/meta_binds/nullptr_bind.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_binds/number_bind.hpp b/headers/meta.hpp/meta_binds/number_bind.hpp index 0454eaa..80a45f8 100644 --- a/headers/meta.hpp/meta_binds/number_bind.hpp +++ b/headers/meta.hpp/meta_binds/number_bind.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_binds/pointer_bind.hpp b/headers/meta.hpp/meta_binds/pointer_bind.hpp index c15828f..36b4a0d 100644 --- a/headers/meta.hpp/meta_binds/pointer_bind.hpp +++ b/headers/meta.hpp/meta_binds/pointer_bind.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_binds/reference_bind.hpp b/headers/meta.hpp/meta_binds/reference_bind.hpp index d4fb415..e734911 100644 --- a/headers/meta.hpp/meta_binds/reference_bind.hpp +++ b/headers/meta.hpp/meta_binds/reference_bind.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_binds/scope_bind.hpp b/headers/meta.hpp/meta_binds/scope_bind.hpp index 2d085e9..c520a2a 100644 --- a/headers/meta.hpp/meta_binds/scope_bind.hpp +++ b/headers/meta.hpp/meta_binds/scope_bind.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_binds/void_bind.hpp b/headers/meta.hpp/meta_binds/void_bind.hpp index cbc1c21..11192cb 100644 --- a/headers/meta.hpp/meta_binds/void_bind.hpp +++ b/headers/meta.hpp/meta_binds/void_bind.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/base_info.hpp b/headers/meta.hpp/meta_detail/base_info.hpp index e6b2e6c..5cadc8e 100644 --- a/headers/meta.hpp/meta_detail/base_info.hpp +++ b/headers/meta.hpp/meta_detail/base_info.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/state_family.hpp b/headers/meta.hpp/meta_detail/state_family.hpp index a859611..9bb24be 100644 --- a/headers/meta.hpp/meta_detail/state_family.hpp +++ b/headers/meta.hpp/meta_detail/state_family.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/state_registry.hpp b/headers/meta.hpp/meta_detail/state_registry.hpp index acd9b9b..4e1212e 100644 --- a/headers/meta.hpp/meta_detail/state_registry.hpp +++ b/headers/meta.hpp/meta_detail/state_registry.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_family.hpp b/headers/meta.hpp/meta_detail/type_family.hpp index 59dbcf8..9949206 100644 --- a/headers/meta.hpp/meta_detail/type_family.hpp +++ b/headers/meta.hpp/meta_detail/type_family.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_kinds.hpp b/headers/meta.hpp/meta_detail/type_kinds.hpp index 5909e8a..314a8ab 100644 --- a/headers/meta.hpp/meta_detail/type_kinds.hpp +++ b/headers/meta.hpp/meta_detail/type_kinds.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_registry.hpp b/headers/meta.hpp/meta_detail/type_registry.hpp index ba3302a..d383e41 100644 --- a/headers/meta.hpp/meta_detail/type_registry.hpp +++ b/headers/meta.hpp/meta_detail/type_registry.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_sharing.hpp b/headers/meta.hpp/meta_detail/type_sharing.hpp index dab52fe..abd7518 100644 --- a/headers/meta.hpp/meta_detail/type_sharing.hpp +++ b/headers/meta.hpp/meta_detail/type_sharing.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_traits/array_traits.hpp b/headers/meta.hpp/meta_detail/type_traits/array_traits.hpp index f408991..71a0245 100644 --- a/headers/meta.hpp/meta_detail/type_traits/array_traits.hpp +++ b/headers/meta.hpp/meta_detail/type_traits/array_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_traits/class_traits.hpp b/headers/meta.hpp/meta_detail/type_traits/class_traits.hpp index db191bd..0df8682 100644 --- a/headers/meta.hpp/meta_detail/type_traits/class_traits.hpp +++ b/headers/meta.hpp/meta_detail/type_traits/class_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once @@ -42,8 +42,7 @@ namespace meta_hpp::detail // template < // - template < typename... > - typename Class, + template < typename... > typename Class, typename... Zs > struct class_argument_traits_impl> { using argument_types = type_list; @@ -55,8 +54,7 @@ namespace meta_hpp::detail // template < // - template < auto, typename... > - typename Class, + template < auto, typename... > typename Class, auto A, typename... Zs > requires(sizeof...(Zs) > 0) @@ -71,8 +69,7 @@ namespace meta_hpp::detail // template < // - template < auto, auto, typename... > - typename Class, + template < auto, auto, typename... > typename Class, auto A, auto B, typename... Zs > @@ -83,8 +80,7 @@ namespace meta_hpp::detail }; template < // - template < typename, auto, typename... > - typename Class, + template < typename, auto, typename... > typename Class, typename A, auto B, typename... Zs > @@ -102,8 +98,7 @@ namespace meta_hpp::detail // template < // - template < auto, auto, auto, typename... > - typename Class, + template < auto, auto, auto, typename... > typename Class, auto A, auto B, auto C, @@ -115,8 +110,7 @@ namespace meta_hpp::detail }; template < // - template < typename, auto, auto, typename... > - typename Class, + template < typename, auto, auto, typename... > typename Class, typename A, auto B, auto C, @@ -128,8 +122,7 @@ namespace meta_hpp::detail }; template < // - template < auto, typename, auto, typename... > - typename Class, + template < auto, typename, auto, typename... > typename Class, auto A, typename B, auto C, @@ -141,8 +134,7 @@ namespace meta_hpp::detail }; template < // - template < typename, typename, auto, typename... > - typename Class, + template < typename, typename, auto, typename... > typename Class, typename A, typename B, auto C, @@ -158,8 +150,7 @@ namespace meta_hpp::detail // template < // - template < auto... > - typename Class, + template < auto... > typename Class, auto... Zs > struct class_argument_traits_impl> { using argument_types = type_list; @@ -171,8 +162,7 @@ namespace meta_hpp::detail // template < // - template < typename, auto... > - typename Class, + template < typename, auto... > typename Class, typename A, auto... Zs > requires(sizeof...(Zs) > 0) @@ -187,8 +177,7 @@ namespace meta_hpp::detail // template < // - template < auto, typename, auto... > - typename Class, + template < auto, typename, auto... > typename Class, auto A, typename B, auto... Zs > @@ -199,8 +188,7 @@ namespace meta_hpp::detail }; template < // - template < typename, typename, auto... > - typename Class, + template < typename, typename, auto... > typename Class, typename A, typename B, auto... Zs > @@ -218,8 +206,7 @@ namespace meta_hpp::detail // template < // - template < auto, auto, typename, auto... > - typename Class, + template < auto, auto, typename, auto... > typename Class, auto A, auto B, typename C, @@ -231,8 +218,7 @@ namespace meta_hpp::detail }; template < // - template < typename, auto, typename, auto... > - typename Class, + template < typename, auto, typename, auto... > typename Class, typename A, auto B, typename C, @@ -244,8 +230,7 @@ namespace meta_hpp::detail }; template < // - template < auto, typename, typename, auto... > - typename Class, + template < auto, typename, typename, auto... > typename Class, auto A, typename B, typename C, @@ -257,8 +242,7 @@ namespace meta_hpp::detail }; template < // - template < typename, typename, typename, auto... > - typename Class, + template < typename, typename, typename, auto... > typename Class, typename A, typename B, typename C, diff --git a/headers/meta.hpp/meta_detail/type_traits/constructor_traits.hpp b/headers/meta.hpp/meta_detail/type_traits/constructor_traits.hpp index 98b143a..c127965 100644 --- a/headers/meta.hpp/meta_detail/type_traits/constructor_traits.hpp +++ b/headers/meta.hpp/meta_detail/type_traits/constructor_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_traits/destructor_traits.hpp b/headers/meta.hpp/meta_detail/type_traits/destructor_traits.hpp index 7591c3d..e47f396 100644 --- a/headers/meta.hpp/meta_detail/type_traits/destructor_traits.hpp +++ b/headers/meta.hpp/meta_detail/type_traits/destructor_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_traits/enum_traits.hpp b/headers/meta.hpp/meta_detail/type_traits/enum_traits.hpp index 20aa4db..fb6e718 100644 --- a/headers/meta.hpp/meta_detail/type_traits/enum_traits.hpp +++ b/headers/meta.hpp/meta_detail/type_traits/enum_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_traits/function_traits.hpp b/headers/meta.hpp/meta_detail/type_traits/function_traits.hpp index ec0a21b..bf8b7d2 100644 --- a/headers/meta.hpp/meta_detail/type_traits/function_traits.hpp +++ b/headers/meta.hpp/meta_detail/type_traits/function_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_traits/member_traits.hpp b/headers/meta.hpp/meta_detail/type_traits/member_traits.hpp index 80db99a..8030c71 100644 --- a/headers/meta.hpp/meta_detail/type_traits/member_traits.hpp +++ b/headers/meta.hpp/meta_detail/type_traits/member_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_traits/method_traits.hpp b/headers/meta.hpp/meta_detail/type_traits/method_traits.hpp index e81b361..ce00fdd 100644 --- a/headers/meta.hpp/meta_detail/type_traits/method_traits.hpp +++ b/headers/meta.hpp/meta_detail/type_traits/method_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_traits/nullptr_traits.hpp b/headers/meta.hpp/meta_detail/type_traits/nullptr_traits.hpp index 91555c6..81bd142 100644 --- a/headers/meta.hpp/meta_detail/type_traits/nullptr_traits.hpp +++ b/headers/meta.hpp/meta_detail/type_traits/nullptr_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_traits/number_traits.hpp b/headers/meta.hpp/meta_detail/type_traits/number_traits.hpp index fce6691..f9b7f94 100644 --- a/headers/meta.hpp/meta_detail/type_traits/number_traits.hpp +++ b/headers/meta.hpp/meta_detail/type_traits/number_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_traits/pointer_traits.hpp b/headers/meta.hpp/meta_detail/type_traits/pointer_traits.hpp index 6f22593..090bbee 100644 --- a/headers/meta.hpp/meta_detail/type_traits/pointer_traits.hpp +++ b/headers/meta.hpp/meta_detail/type_traits/pointer_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_traits/reference_traits.hpp b/headers/meta.hpp/meta_detail/type_traits/reference_traits.hpp index 2e551f5..8456783 100644 --- a/headers/meta.hpp/meta_detail/type_traits/reference_traits.hpp +++ b/headers/meta.hpp/meta_detail/type_traits/reference_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/type_traits/void_traits.hpp b/headers/meta.hpp/meta_detail/type_traits/void_traits.hpp index e7a33cd..292eeea 100644 --- a/headers/meta.hpp/meta_detail/type_traits/void_traits.hpp +++ b/headers/meta.hpp/meta_detail/type_traits/void_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/value_traits/copy_traits.hpp b/headers/meta.hpp/meta_detail/value_traits/copy_traits.hpp index 0d65b3f..500816b 100644 --- a/headers/meta.hpp/meta_detail/value_traits/copy_traits.hpp +++ b/headers/meta.hpp/meta_detail/value_traits/copy_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/value_traits/deref_traits.hpp b/headers/meta.hpp/meta_detail/value_traits/deref_traits.hpp index 3f9cf5c..583e50b 100644 --- a/headers/meta.hpp/meta_detail/value_traits/deref_traits.hpp +++ b/headers/meta.hpp/meta_detail/value_traits/deref_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/value_traits/equals_traits.hpp b/headers/meta.hpp/meta_detail/value_traits/equals_traits.hpp index dcc6a15..f44ee8a 100644 --- a/headers/meta.hpp/meta_detail/value_traits/equals_traits.hpp +++ b/headers/meta.hpp/meta_detail/value_traits/equals_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/value_traits/index_traits.hpp b/headers/meta.hpp/meta_detail/value_traits/index_traits.hpp index 74abc1d..87792ad 100644 --- a/headers/meta.hpp/meta_detail/value_traits/index_traits.hpp +++ b/headers/meta.hpp/meta_detail/value_traits/index_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/value_traits/less_traits.hpp b/headers/meta.hpp/meta_detail/value_traits/less_traits.hpp index 05f943c..fcd39bf 100644 --- a/headers/meta.hpp/meta_detail/value_traits/less_traits.hpp +++ b/headers/meta.hpp/meta_detail/value_traits/less_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/value_traits/unmap_traits.hpp b/headers/meta.hpp/meta_detail/value_traits/unmap_traits.hpp index f184e72..62c4eeb 100644 --- a/headers/meta.hpp/meta_detail/value_traits/unmap_traits.hpp +++ b/headers/meta.hpp/meta_detail/value_traits/unmap_traits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/value_utilities/uarg.hpp b/headers/meta.hpp/meta_detail/value_utilities/uarg.hpp index dbea517..ea43076 100644 --- a/headers/meta.hpp/meta_detail/value_utilities/uarg.hpp +++ b/headers/meta.hpp/meta_detail/value_utilities/uarg.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/value_utilities/uinst.hpp b/headers/meta.hpp/meta_detail/value_utilities/uinst.hpp index 8edad24..cd8584c 100644 --- a/headers/meta.hpp/meta_detail/value_utilities/uinst.hpp +++ b/headers/meta.hpp/meta_detail/value_utilities/uinst.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_detail/value_utilities/utraits.hpp b/headers/meta.hpp/meta_detail/value_utilities/utraits.hpp index 921058b..f38bdd3 100644 --- a/headers/meta.hpp/meta_detail/value_utilities/utraits.hpp +++ b/headers/meta.hpp/meta_detail/value_utilities/utraits.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_details.hpp b/headers/meta.hpp/meta_details.hpp index 43c6041..9bcb43f 100644 --- a/headers/meta.hpp/meta_details.hpp +++ b/headers/meta.hpp/meta_details.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_indices.hpp b/headers/meta.hpp/meta_indices.hpp index b54086b..eefce77 100644 --- a/headers/meta.hpp/meta_indices.hpp +++ b/headers/meta.hpp/meta_indices.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_indices/argument_index.hpp b/headers/meta.hpp/meta_indices/argument_index.hpp index a08c824..78ea983 100644 --- a/headers/meta.hpp/meta_indices/argument_index.hpp +++ b/headers/meta.hpp/meta_indices/argument_index.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_indices/constructor_index.hpp b/headers/meta.hpp/meta_indices/constructor_index.hpp index d2d8443..d221001 100644 --- a/headers/meta.hpp/meta_indices/constructor_index.hpp +++ b/headers/meta.hpp/meta_indices/constructor_index.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_indices/destructor_index.hpp b/headers/meta.hpp/meta_indices/destructor_index.hpp index f0e02e8..8c83745 100644 --- a/headers/meta.hpp/meta_indices/destructor_index.hpp +++ b/headers/meta.hpp/meta_indices/destructor_index.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_indices/evalue_index.hpp b/headers/meta.hpp/meta_indices/evalue_index.hpp index b5ecb60..175411b 100644 --- a/headers/meta.hpp/meta_indices/evalue_index.hpp +++ b/headers/meta.hpp/meta_indices/evalue_index.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_indices/function_index.hpp b/headers/meta.hpp/meta_indices/function_index.hpp index 61e4d19..9cb1d29 100644 --- a/headers/meta.hpp/meta_indices/function_index.hpp +++ b/headers/meta.hpp/meta_indices/function_index.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_indices/member_index.hpp b/headers/meta.hpp/meta_indices/member_index.hpp index 3254a44..ca9fccd 100644 --- a/headers/meta.hpp/meta_indices/member_index.hpp +++ b/headers/meta.hpp/meta_indices/member_index.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_indices/method_index.hpp b/headers/meta.hpp/meta_indices/method_index.hpp index 3d9dc85..62af2ee 100644 --- a/headers/meta.hpp/meta_indices/method_index.hpp +++ b/headers/meta.hpp/meta_indices/method_index.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_indices/scope_index.hpp b/headers/meta.hpp/meta_indices/scope_index.hpp index be8ecbe..bd05f0f 100644 --- a/headers/meta.hpp/meta_indices/scope_index.hpp +++ b/headers/meta.hpp/meta_indices/scope_index.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_indices/variable_index.hpp b/headers/meta.hpp/meta_indices/variable_index.hpp index a4c84a3..c4cc5ee 100644 --- a/headers/meta.hpp/meta_indices/variable_index.hpp +++ b/headers/meta.hpp/meta_indices/variable_index.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_invoke.hpp b/headers/meta.hpp/meta_invoke.hpp index 9d54dd4..f405134 100644 --- a/headers/meta.hpp/meta_invoke.hpp +++ b/headers/meta.hpp/meta_invoke.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_invoke/invoke.hpp b/headers/meta.hpp/meta_invoke/invoke.hpp index 98db4be..5fa4031 100644 --- a/headers/meta.hpp/meta_invoke/invoke.hpp +++ b/headers/meta.hpp/meta_invoke/invoke.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_policies.hpp b/headers/meta.hpp/meta_policies.hpp index caabdda..3325f0d 100644 --- a/headers/meta.hpp/meta_policies.hpp +++ b/headers/meta.hpp/meta_policies.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_registry.hpp b/headers/meta.hpp/meta_registry.hpp index 68718f3..749f9a1 100644 --- a/headers/meta.hpp/meta_registry.hpp +++ b/headers/meta.hpp/meta_registry.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_states.hpp b/headers/meta.hpp/meta_states.hpp index 0c0b447..d71b72a 100644 --- a/headers/meta.hpp/meta_states.hpp +++ b/headers/meta.hpp/meta_states.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_states/argument.hpp b/headers/meta.hpp/meta_states/argument.hpp index 3f7ef74..184241a 100644 --- a/headers/meta.hpp/meta_states/argument.hpp +++ b/headers/meta.hpp/meta_states/argument.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_states/constructor.hpp b/headers/meta.hpp/meta_states/constructor.hpp index b2e3e64..d08f6cd 100644 --- a/headers/meta.hpp/meta_states/constructor.hpp +++ b/headers/meta.hpp/meta_states/constructor.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_states/destructor.hpp b/headers/meta.hpp/meta_states/destructor.hpp index 228e24b..1be4969 100644 --- a/headers/meta.hpp/meta_states/destructor.hpp +++ b/headers/meta.hpp/meta_states/destructor.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_states/evalue.hpp b/headers/meta.hpp/meta_states/evalue.hpp index 2392cc4..14d0754 100644 --- a/headers/meta.hpp/meta_states/evalue.hpp +++ b/headers/meta.hpp/meta_states/evalue.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_states/function.hpp b/headers/meta.hpp/meta_states/function.hpp index 7a3c238..617f269 100644 --- a/headers/meta.hpp/meta_states/function.hpp +++ b/headers/meta.hpp/meta_states/function.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_states/member.hpp b/headers/meta.hpp/meta_states/member.hpp index 996d87f..dfa3dc1 100644 --- a/headers/meta.hpp/meta_states/member.hpp +++ b/headers/meta.hpp/meta_states/member.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_states/method.hpp b/headers/meta.hpp/meta_states/method.hpp index 86b613e..14fa692 100644 --- a/headers/meta.hpp/meta_states/method.hpp +++ b/headers/meta.hpp/meta_states/method.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_states/scope.hpp b/headers/meta.hpp/meta_states/scope.hpp index 03068af..cda8590 100644 --- a/headers/meta.hpp/meta_states/scope.hpp +++ b/headers/meta.hpp/meta_states/scope.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_states/variable.hpp b/headers/meta.hpp/meta_states/variable.hpp index cc6d7f8..789ba82 100644 --- a/headers/meta.hpp/meta_states/variable.hpp +++ b/headers/meta.hpp/meta_states/variable.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types.hpp b/headers/meta.hpp/meta_types.hpp index 77fff6f..ca1ddf4 100644 --- a/headers/meta.hpp/meta_types.hpp +++ b/headers/meta.hpp/meta_types.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/any_type.hpp b/headers/meta.hpp/meta_types/any_type.hpp index 3bae299..468c334 100644 --- a/headers/meta.hpp/meta_types/any_type.hpp +++ b/headers/meta.hpp/meta_types/any_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/array_type.hpp b/headers/meta.hpp/meta_types/array_type.hpp index 97a63b3..c4f7b7c 100644 --- a/headers/meta.hpp/meta_types/array_type.hpp +++ b/headers/meta.hpp/meta_types/array_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/class_type.hpp b/headers/meta.hpp/meta_types/class_type.hpp index 1ed2716..b61089c 100644 --- a/headers/meta.hpp/meta_types/class_type.hpp +++ b/headers/meta.hpp/meta_types/class_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/constructor_type.hpp b/headers/meta.hpp/meta_types/constructor_type.hpp index 073da60..fbe0360 100644 --- a/headers/meta.hpp/meta_types/constructor_type.hpp +++ b/headers/meta.hpp/meta_types/constructor_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/destructor_type.hpp b/headers/meta.hpp/meta_types/destructor_type.hpp index 6ee4776..6f14ec3 100644 --- a/headers/meta.hpp/meta_types/destructor_type.hpp +++ b/headers/meta.hpp/meta_types/destructor_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/enum_type.hpp b/headers/meta.hpp/meta_types/enum_type.hpp index 3446118..f92d5e6 100644 --- a/headers/meta.hpp/meta_types/enum_type.hpp +++ b/headers/meta.hpp/meta_types/enum_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/function_type.hpp b/headers/meta.hpp/meta_types/function_type.hpp index dd1a940..1cda2d5 100644 --- a/headers/meta.hpp/meta_types/function_type.hpp +++ b/headers/meta.hpp/meta_types/function_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/member_type.hpp b/headers/meta.hpp/meta_types/member_type.hpp index a59e70f..4a29ac0 100644 --- a/headers/meta.hpp/meta_types/member_type.hpp +++ b/headers/meta.hpp/meta_types/member_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/method_type.hpp b/headers/meta.hpp/meta_types/method_type.hpp index ea57403..9404b36 100644 --- a/headers/meta.hpp/meta_types/method_type.hpp +++ b/headers/meta.hpp/meta_types/method_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/nullptr_type.hpp b/headers/meta.hpp/meta_types/nullptr_type.hpp index c0ab5a7..46603c2 100644 --- a/headers/meta.hpp/meta_types/nullptr_type.hpp +++ b/headers/meta.hpp/meta_types/nullptr_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/number_type.hpp b/headers/meta.hpp/meta_types/number_type.hpp index 72f3eb8..3411652 100644 --- a/headers/meta.hpp/meta_types/number_type.hpp +++ b/headers/meta.hpp/meta_types/number_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/pointer_type.hpp b/headers/meta.hpp/meta_types/pointer_type.hpp index 56c27e0..78ff7dd 100644 --- a/headers/meta.hpp/meta_types/pointer_type.hpp +++ b/headers/meta.hpp/meta_types/pointer_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/reference_type.hpp b/headers/meta.hpp/meta_types/reference_type.hpp index bb43eaa..a64f70b 100644 --- a/headers/meta.hpp/meta_types/reference_type.hpp +++ b/headers/meta.hpp/meta_types/reference_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_types/void_type.hpp b/headers/meta.hpp/meta_types/void_type.hpp index 15fcb65..86aa2b7 100644 --- a/headers/meta.hpp/meta_types/void_type.hpp +++ b/headers/meta.hpp/meta_types/void_type.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_ucast.hpp b/headers/meta.hpp/meta_ucast.hpp index a862d5b..d035a4d 100644 --- a/headers/meta.hpp/meta_ucast.hpp +++ b/headers/meta.hpp/meta_ucast.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_ucast/ucast.hpp b/headers/meta.hpp/meta_ucast/ucast.hpp index 062e32a..ccd28fe 100644 --- a/headers/meta.hpp/meta_ucast/ucast.hpp +++ b/headers/meta.hpp/meta_ucast/ucast.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_uresult.hpp b/headers/meta.hpp/meta_uresult.hpp index 20d69b8..0e03d28 100644 --- a/headers/meta.hpp/meta_uresult.hpp +++ b/headers/meta.hpp/meta_uresult.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_uresult/uresult.hpp b/headers/meta.hpp/meta_uresult/uresult.hpp index e6d8afd..95ebf87 100644 --- a/headers/meta.hpp/meta_uresult/uresult.hpp +++ b/headers/meta.hpp/meta_uresult/uresult.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_uvalue.hpp b/headers/meta.hpp/meta_uvalue.hpp index 4f2a396..34e439c 100644 --- a/headers/meta.hpp/meta_uvalue.hpp +++ b/headers/meta.hpp/meta_uvalue.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once diff --git a/headers/meta.hpp/meta_uvalue/uvalue.hpp b/headers/meta.hpp/meta_uvalue/uvalue.hpp index 3191b5a..04b4c15 100644 --- a/headers/meta.hpp/meta_uvalue/uvalue.hpp +++ b/headers/meta.hpp/meta_uvalue/uvalue.hpp @@ -1,7 +1,7 @@ /******************************************************************************* * This file is part of the "https://github.com/blackmatov/meta.hpp" * For conditions of distribution and use, see copyright notice in LICENSE.md - * Copyright (C) 2021-2024, by Matvey Cherevko (blackmatov@gmail.com) + * Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com) ******************************************************************************/ #pragma once