diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d8cf7964..66d49371a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 cmake_minimum_required(VERSION 3.8) diff --git a/benchmarks/CMakeLists.txt b/benchmarks/CMakeLists.txt index 8f6fd1395..138d21cc8 100644 --- a/benchmarks/CMakeLists.txt +++ b/benchmarks/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 # Fetch nanobench. diff --git a/benchmarks/file/CMakeLists.txt b/benchmarks/file/CMakeLists.txt index b238fa7a4..f5c5768fb 100644 --- a/benchmarks/file/CMakeLists.txt +++ b/benchmarks/file/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 # Benchmarking executable. diff --git a/benchmarks/file/main.cpp b/benchmarks/file/main.cpp index 14f78fd71..4e5d35136 100644 --- a/benchmarks/file/main.cpp +++ b/benchmarks/file/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #define ANKERL_NANOBENCH_IMPLEMENT diff --git a/benchmarks/json/CMakeLists.txt b/benchmarks/json/CMakeLists.txt index b826e2ef9..dce835027 100644 --- a/benchmarks/json/CMakeLists.txt +++ b/benchmarks/json/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 include(FetchContent) diff --git a/benchmarks/json/baseline.cpp b/benchmarks/json/baseline.cpp index 6abceef42..b196281fa 100644 --- a/benchmarks/json/baseline.cpp +++ b/benchmarks/json/baseline.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/benchmarks/json/boost.cpp b/benchmarks/json/boost.cpp index d987f8f28..f9dbf4ef7 100644 --- a/benchmarks/json/boost.cpp +++ b/benchmarks/json/boost.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/benchmarks/json/lexy.cpp b/benchmarks/json/lexy.cpp index 678f5fda1..fea52b4da 100644 --- a/benchmarks/json/lexy.cpp +++ b/benchmarks/json/lexy.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/benchmarks/json/main.cpp b/benchmarks/json/main.cpp index 348625515..266d4427f 100644 --- a/benchmarks/json/main.cpp +++ b/benchmarks/json/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #define ANKERL_NANOBENCH_IMPLEMENT diff --git a/benchmarks/json/nlohmann.cpp b/benchmarks/json/nlohmann.cpp index 9878b8781..19641eb73 100644 --- a/benchmarks/json/nlohmann.cpp +++ b/benchmarks/json/nlohmann.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/benchmarks/json/pegtl.cpp b/benchmarks/json/pegtl.cpp index 86e6ec1db..fb95f7860 100644 --- a/benchmarks/json/pegtl.cpp +++ b/benchmarks/json/pegtl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/benchmarks/json/rapidjson.cpp b/benchmarks/json/rapidjson.cpp index bde37318b..0e86649d4 100644 --- a/benchmarks/json/rapidjson.cpp +++ b/benchmarks/json/rapidjson.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/benchmarks/swar/CMakeLists.txt b/benchmarks/swar/CMakeLists.txt index 0e8f44990..9401183e7 100644 --- a/benchmarks/swar/CMakeLists.txt +++ b/benchmarks/swar/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 # Benchmarking executable. diff --git a/benchmarks/swar/any.cpp b/benchmarks/swar/any.cpp index 967819d64..b54739ff7 100644 --- a/benchmarks/swar/any.cpp +++ b/benchmarks/swar/any.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include "swar.hpp" diff --git a/benchmarks/swar/literal.cpp b/benchmarks/swar/literal.cpp index 0ccee102c..443d85039 100644 --- a/benchmarks/swar/literal.cpp +++ b/benchmarks/swar/literal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include "swar.hpp" diff --git a/benchmarks/swar/main.cpp b/benchmarks/swar/main.cpp index 4a627a708..a683e5108 100644 --- a/benchmarks/swar/main.cpp +++ b/benchmarks/swar/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #define ANKERL_NANOBENCH_IMPLEMENT diff --git a/benchmarks/swar/swar.hpp b/benchmarks/swar/swar.hpp index d1536291c..3fded9869 100644 --- a/benchmarks/swar/swar.hpp +++ b/benchmarks/swar/swar.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef BENCHMARKS_SWAR_SWAR_HPP_INCLUDED diff --git a/cmake/lexyConfig.cmake.in b/cmake/lexyConfig.cmake.in index a10ef13fc..e6dc89d30 100644 --- a/cmake/lexyConfig.cmake.in +++ b/cmake/lexyConfig.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 # lexy CMake configuration file. diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 04f1329d9..5e6dfdadc 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 find_program(HUGO_BINARY hugo) diff --git a/docs/config.toml b/docs/config.toml index 78ac0a47e..a50383594 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -1,7 +1,7 @@ title = "lexy" baseURL = "https://lexy.foonathan.net/" languageCode = "en-us" -copyright = "2020-2023 Jonathan Müller and lexy contributors" +copyright = "2020-2024 Jonathan Müller and lexy contributors" disableKinds = ["RSS", "taxonomy"] diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 18761662e..ccd5c34da 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 add_executable(lexy_example_config) diff --git a/examples/calculator.cpp b/examples/calculator.cpp index fbaf8cc05..abd90840c 100644 --- a/examples/calculator.cpp +++ b/examples/calculator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/examples/config.cpp b/examples/config.cpp index 0c219a01f..51e666b71 100644 --- a/examples/config.cpp +++ b/examples/config.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/examples/email.cpp b/examples/email.cpp index 22f4e4531..7d3f8117f 100644 --- a/examples/email.cpp +++ b/examples/email.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/examples/ip_address.cpp b/examples/ip_address.cpp index bc9ec139e..e79896bc8 100644 --- a/examples/ip_address.cpp +++ b/examples/ip_address.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/examples/json.cpp b/examples/json.cpp index 6004a2288..7fd896ff9 100644 --- a/examples/json.cpp +++ b/examples/json.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/examples/protobuf.cpp b/examples/protobuf.cpp index 508d2e2a7..5cbcdf3e6 100644 --- a/examples/protobuf.cpp +++ b/examples/protobuf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 // This examples parses a protobuf message in the binary encoding. diff --git a/examples/shell.cpp b/examples/shell.cpp index bb280fde4..247e09eb9 100644 --- a/examples/shell.cpp +++ b/examples/shell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/examples/turing.cpp b/examples/turing.cpp index 605bc6e90..aad978901 100644 --- a/examples/turing.cpp +++ b/examples/turing.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 // This example demonstrates that lexy is turing complete: diff --git a/examples/xml.cpp b/examples/xml.cpp index 4b7825d36..ebb646197 100644 --- a/examples/xml.cpp +++ b/examples/xml.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/include/lexy/_detail/any_ref.hpp b/include/lexy/_detail/any_ref.hpp index 11e9c0d31..9eca714b2 100644 --- a/include/lexy/_detail/any_ref.hpp +++ b/include/lexy/_detail/any_ref.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_ANY_REF_HPP_INCLUDED diff --git a/include/lexy/_detail/assert.hpp b/include/lexy/_detail/assert.hpp index 01ccbf6ce..52aa115de 100644 --- a/include/lexy/_detail/assert.hpp +++ b/include/lexy/_detail/assert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_ASSERT_HPP_INCLUDED diff --git a/include/lexy/_detail/buffer_builder.hpp b/include/lexy/_detail/buffer_builder.hpp index ede3bd324..94ba1fd27 100644 --- a/include/lexy/_detail/buffer_builder.hpp +++ b/include/lexy/_detail/buffer_builder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_BUFFER_BUILDER_HPP_INCLUDED diff --git a/include/lexy/_detail/code_point.hpp b/include/lexy/_detail/code_point.hpp index 9e8e26ff7..bc805b11e 100644 --- a/include/lexy/_detail/code_point.hpp +++ b/include/lexy/_detail/code_point.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_CODE_POINT_HPP_INCLUDED diff --git a/include/lexy/_detail/config.hpp b/include/lexy/_detail/config.hpp index eace2e1df..4aa40135b 100644 --- a/include/lexy/_detail/config.hpp +++ b/include/lexy/_detail/config.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_CONFIG_HPP_INCLUDED diff --git a/include/lexy/_detail/detect.hpp b/include/lexy/_detail/detect.hpp index 8174805c4..7534c44c4 100644 --- a/include/lexy/_detail/detect.hpp +++ b/include/lexy/_detail/detect.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_DETECT_HPP_INCLUDED diff --git a/include/lexy/_detail/integer_sequence.hpp b/include/lexy/_detail/integer_sequence.hpp index bc8cba6e1..36e3cb08c 100644 --- a/include/lexy/_detail/integer_sequence.hpp +++ b/include/lexy/_detail/integer_sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_INTEGER_SEQUENCE_HPP_INCLUDED diff --git a/include/lexy/_detail/invoke.hpp b/include/lexy/_detail/invoke.hpp index bc683c9bc..8604e582e 100644 --- a/include/lexy/_detail/invoke.hpp +++ b/include/lexy/_detail/invoke.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_INVOKE_HPP_INCLUDED diff --git a/include/lexy/_detail/iterator.hpp b/include/lexy/_detail/iterator.hpp index 9d3f46dd9..42ec995a4 100644 --- a/include/lexy/_detail/iterator.hpp +++ b/include/lexy/_detail/iterator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_ITERATOR_HPP_INCLUDED diff --git a/include/lexy/_detail/lazy_init.hpp b/include/lexy/_detail/lazy_init.hpp index 74483991b..29fcfa308 100644 --- a/include/lexy/_detail/lazy_init.hpp +++ b/include/lexy/_detail/lazy_init.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_LAZY_INIT_HPP_INCLUDED diff --git a/include/lexy/_detail/memory_resource.hpp b/include/lexy/_detail/memory_resource.hpp index bc651d208..324a96c84 100644 --- a/include/lexy/_detail/memory_resource.hpp +++ b/include/lexy/_detail/memory_resource.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_MEMORY_RESOURCE_HPP_INCLUDED @@ -29,7 +29,7 @@ class default_memory_resource static void* allocate(std::size_t bytes, std::size_t alignment) { if (alignment > __STDCPP_DEFAULT_NEW_ALIGNMENT__) - return ::operator new (bytes, std::align_val_t{alignment}); + return ::operator new(bytes, std::align_val_t{alignment}); else return ::operator new(bytes); } @@ -47,14 +47,14 @@ class default_memory_resource #ifdef __cpp_sized_deallocation if (alignment > __STDCPP_DEFAULT_NEW_ALIGNMENT__) - ::operator delete (ptr, bytes, std::align_val_t{alignment}); + ::operator delete(ptr, bytes, std::align_val_t{alignment}); else ::operator delete(ptr, bytes); #else (void)bytes; if (alignment > __STDCPP_DEFAULT_NEW_ALIGNMENT__) - ::operator delete (ptr, std::align_val_t{alignment}); + ::operator delete(ptr, std::align_val_t{alignment}); else ::operator delete(ptr); #endif @@ -140,9 +140,8 @@ using memory_resource_ptr _memory_resource_ptr>>; // clang-format on -template || std::is_empty_v>> +template + || std::is_empty_v>> constexpr MemoryResource* get_memory_resource() { return nullptr; diff --git a/include/lexy/_detail/nttp_string.hpp b/include/lexy/_detail/nttp_string.hpp index 5ef586cd2..7301914a8 100644 --- a/include/lexy/_detail/nttp_string.hpp +++ b/include/lexy/_detail/nttp_string.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_NTTP_STRING_HPP_INCLUDED diff --git a/include/lexy/_detail/stateless_lambda.hpp b/include/lexy/_detail/stateless_lambda.hpp index 75ac77fe1..63c8dc7e5 100644 --- a/include/lexy/_detail/stateless_lambda.hpp +++ b/include/lexy/_detail/stateless_lambda.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_STATELESS_LAMBDA_HPP_INCLUDED diff --git a/include/lexy/_detail/std.hpp b/include/lexy/_detail/std.hpp index ebabe36d7..bb3381f08 100644 --- a/include/lexy/_detail/std.hpp +++ b/include/lexy/_detail/std.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_STD_HPP_INCLUDED diff --git a/include/lexy/_detail/string_view.hpp b/include/lexy/_detail/string_view.hpp index ad9368c0e..41d42bc42 100644 --- a/include/lexy/_detail/string_view.hpp +++ b/include/lexy/_detail/string_view.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_STRING_VIEW_HPP_INCLUDED diff --git a/include/lexy/_detail/swar.hpp b/include/lexy/_detail/swar.hpp index 14bb11d3c..d7734d0f4 100644 --- a/include/lexy/_detail/swar.hpp +++ b/include/lexy/_detail/swar.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_SWAR_HPP_INCLUDED diff --git a/include/lexy/_detail/tuple.hpp b/include/lexy/_detail/tuple.hpp index bb8eb86d2..b9c7ebf55 100644 --- a/include/lexy/_detail/tuple.hpp +++ b/include/lexy/_detail/tuple.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_TUPLE_HPP_INCLUDED diff --git a/include/lexy/_detail/type_name.hpp b/include/lexy/_detail/type_name.hpp index fa43ac12f..8e7ffe250 100644 --- a/include/lexy/_detail/type_name.hpp +++ b/include/lexy/_detail/type_name.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DETAIL_TYPE_NAME_HPP_INCLUDED diff --git a/include/lexy/action/base.hpp b/include/lexy/action/base.hpp index 31d69aa6b..84cc15f2d 100644 --- a/include/lexy/action/base.hpp +++ b/include/lexy/action/base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_ACTION_BASE_HPP_INCLUDED diff --git a/include/lexy/action/match.hpp b/include/lexy/action/match.hpp index ca885848b..dade7042c 100644 --- a/include/lexy/action/match.hpp +++ b/include/lexy/action/match.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_ACTION_MATCH_HPP_INCLUDED diff --git a/include/lexy/action/parse.hpp b/include/lexy/action/parse.hpp index a5cd9a2ac..ec4241590 100644 --- a/include/lexy/action/parse.hpp +++ b/include/lexy/action/parse.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_ACTION_PARSE_HPP_INCLUDED diff --git a/include/lexy/action/parse_as_tree.hpp b/include/lexy/action/parse_as_tree.hpp index a85ac38f4..b2f54d2c0 100644 --- a/include/lexy/action/parse_as_tree.hpp +++ b/include/lexy/action/parse_as_tree.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_ACTION_PARSE_AS_TREE_HPP_INCLUDED diff --git a/include/lexy/action/scan.hpp b/include/lexy/action/scan.hpp index 0cd0f759c..09dc65f4d 100644 --- a/include/lexy/action/scan.hpp +++ b/include/lexy/action/scan.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_ACTION_SCAN_HPP_INCLUDED diff --git a/include/lexy/action/trace.hpp b/include/lexy/action/trace.hpp index b9bcf0497..1a38fac64 100644 --- a/include/lexy/action/trace.hpp +++ b/include/lexy/action/trace.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_ACTION_TRACE_HPP_INCLUDED @@ -43,8 +43,7 @@ constexpr auto debug = lexy::_detail::to_type_string<_debug, Str>{}; #endif #define LEXY_DEBUG(Str) \ - LEXY_NTTP_STRING(::lexyd::_debug, Str) \ - {} + LEXY_NTTP_STRING(::lexyd::_debug, Str) {} } // namespace lexyd //=== trace ====// diff --git a/include/lexy/action/validate.hpp b/include/lexy/action/validate.hpp index ed31bef4b..ac6b48f0e 100644 --- a/include/lexy/action/validate.hpp +++ b/include/lexy/action/validate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_ACTION_VALIDATE_HPP_INCLUDED diff --git a/include/lexy/callback.hpp b/include/lexy/callback.hpp index 237ebe316..fa65f3ebb 100644 --- a/include/lexy/callback.hpp +++ b/include/lexy/callback.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_HPP_INCLUDED diff --git a/include/lexy/callback/adapter.hpp b/include/lexy/callback/adapter.hpp index d81dd2faf..b212fd2ab 100644 --- a/include/lexy/callback/adapter.hpp +++ b/include/lexy/callback/adapter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_ADAPTER_HPP_INCLUDED diff --git a/include/lexy/callback/aggregate.hpp b/include/lexy/callback/aggregate.hpp index fbb04688d..97420f146 100644 --- a/include/lexy/callback/aggregate.hpp +++ b/include/lexy/callback/aggregate.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_AGGREGATE_HPP_INCLUDED diff --git a/include/lexy/callback/base.hpp b/include/lexy/callback/base.hpp index e711ff0fc..915afdd7d 100644 --- a/include/lexy/callback/base.hpp +++ b/include/lexy/callback/base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_BASE_HPP_INCLUDED diff --git a/include/lexy/callback/bind.hpp b/include/lexy/callback/bind.hpp index 520e62853..a73851ad4 100644 --- a/include/lexy/callback/bind.hpp +++ b/include/lexy/callback/bind.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_BIND_HPP_INCLUDED diff --git a/include/lexy/callback/bit_cast.hpp b/include/lexy/callback/bit_cast.hpp index dbb488f01..666881388 100644 --- a/include/lexy/callback/bit_cast.hpp +++ b/include/lexy/callback/bit_cast.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_BIT_CAST_HPP_INCLUDED diff --git a/include/lexy/callback/composition.hpp b/include/lexy/callback/composition.hpp index b072b4dd6..0936c541b 100644 --- a/include/lexy/callback/composition.hpp +++ b/include/lexy/callback/composition.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_COMPOSITION_HPP_INCLUDED diff --git a/include/lexy/callback/constant.hpp b/include/lexy/callback/constant.hpp index 0421edc78..4ffbd61ca 100644 --- a/include/lexy/callback/constant.hpp +++ b/include/lexy/callback/constant.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_CONSTANT_HPP_INCLUDED diff --git a/include/lexy/callback/container.hpp b/include/lexy/callback/container.hpp index 8435a2f2d..a96c64bab 100644 --- a/include/lexy/callback/container.hpp +++ b/include/lexy/callback/container.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_CONTAINER_HPP_INCLUDED @@ -16,7 +16,7 @@ template constexpr auto _has_reserve = _detail::is_detected<_detect_reserve, Container>; template -using _detect_append = decltype(LEXY_DECLVAL(Container&).append(LEXY_DECLVAL(Container &&))); +using _detect_append = decltype(LEXY_DECLVAL(Container&).append(LEXY_DECLVAL(Container&&))); template constexpr auto _has_append = _detail::is_detected<_detect_append, Container>; } // namespace lexy diff --git a/include/lexy/callback/fold.hpp b/include/lexy/callback/fold.hpp index 478bc5482..b58e80dc7 100644 --- a/include/lexy/callback/fold.hpp +++ b/include/lexy/callback/fold.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_FOLD_HPP_INCLUDED diff --git a/include/lexy/callback/forward.hpp b/include/lexy/callback/forward.hpp index f4342816c..2655af45b 100644 --- a/include/lexy/callback/forward.hpp +++ b/include/lexy/callback/forward.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_FORWARD_HPP_INCLUDED diff --git a/include/lexy/callback/integer.hpp b/include/lexy/callback/integer.hpp index de2f94cdc..ab7500210 100644 --- a/include/lexy/callback/integer.hpp +++ b/include/lexy/callback/integer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_INTEGER_HPP_INCLUDED diff --git a/include/lexy/callback/noop.hpp b/include/lexy/callback/noop.hpp index 03485d9e3..a36e0dc30 100644 --- a/include/lexy/callback/noop.hpp +++ b/include/lexy/callback/noop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_NOOP_HPP_INCLUDED diff --git a/include/lexy/callback/object.hpp b/include/lexy/callback/object.hpp index a99dfbf3f..eb87e841d 100644 --- a/include/lexy/callback/object.hpp +++ b/include/lexy/callback/object.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_OBJECT_HPP_INCLUDED diff --git a/include/lexy/callback/string.hpp b/include/lexy/callback/string.hpp index 51564bf94..984f1e1ba 100644 --- a/include/lexy/callback/string.hpp +++ b/include/lexy/callback/string.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CALLBACK_STRING_HPP_INCLUDED diff --git a/include/lexy/code_point.hpp b/include/lexy/code_point.hpp index 94e77200a..e28f2fc24 100644 --- a/include/lexy/code_point.hpp +++ b/include/lexy/code_point.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_CODE_POINT_HPP_INCLUDED diff --git a/include/lexy/dsl.hpp b/include/lexy/dsl.hpp index f398aea97..b41eeceb1 100644 --- a/include/lexy/dsl.hpp +++ b/include/lexy/dsl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_HPP_INCLUDED diff --git a/include/lexy/dsl/any.hpp b/include/lexy/dsl/any.hpp index eb2ec85fe..2b30e39ef 100644 --- a/include/lexy/dsl/any.hpp +++ b/include/lexy/dsl/any.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_ANY_HPP_INCLUDED diff --git a/include/lexy/dsl/ascii.hpp b/include/lexy/dsl/ascii.hpp index 16613f8db..7bc237034 100644 --- a/include/lexy/dsl/ascii.hpp +++ b/include/lexy/dsl/ascii.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_ASCII_HPP_INCLUDED diff --git a/include/lexy/dsl/base.hpp b/include/lexy/dsl/base.hpp index 4dc120355..ea965b0b6 100644 --- a/include/lexy/dsl/base.hpp +++ b/include/lexy/dsl/base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_BASE_HPP_INCLUDED diff --git a/include/lexy/dsl/bits.hpp b/include/lexy/dsl/bits.hpp index 74c59fe29..ab6d484c0 100644 --- a/include/lexy/dsl/bits.hpp +++ b/include/lexy/dsl/bits.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_BITS_HPP_INCLUDED diff --git a/include/lexy/dsl/bom.hpp b/include/lexy/dsl/bom.hpp index e19fa7e55..a3010cc37 100644 --- a/include/lexy/dsl/bom.hpp +++ b/include/lexy/dsl/bom.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_BOM_HPP_INCLUDED diff --git a/include/lexy/dsl/brackets.hpp b/include/lexy/dsl/brackets.hpp index 1a0825753..7e461c929 100644 --- a/include/lexy/dsl/brackets.hpp +++ b/include/lexy/dsl/brackets.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_BRACKETS_HPP_INCLUDED diff --git a/include/lexy/dsl/branch.hpp b/include/lexy/dsl/branch.hpp index 6efa5b7ec..1bbd7fd18 100644 --- a/include/lexy/dsl/branch.hpp +++ b/include/lexy/dsl/branch.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_BRANCH_HPP_INCLUDED diff --git a/include/lexy/dsl/byte.hpp b/include/lexy/dsl/byte.hpp index 1c92415cc..32df8597b 100644 --- a/include/lexy/dsl/byte.hpp +++ b/include/lexy/dsl/byte.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_BYTE_HPP_INCLUDED diff --git a/include/lexy/dsl/capture.hpp b/include/lexy/dsl/capture.hpp index 52351d3d9..92d4d8de2 100644 --- a/include/lexy/dsl/capture.hpp +++ b/include/lexy/dsl/capture.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_CAPTURE_HPP_INCLUDED diff --git a/include/lexy/dsl/case_folding.hpp b/include/lexy/dsl/case_folding.hpp index 48e26c345..c4beb55dd 100644 --- a/include/lexy/dsl/case_folding.hpp +++ b/include/lexy/dsl/case_folding.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_CASE_FOLDING_HPP_INCLUDED diff --git a/include/lexy/dsl/char_class.hpp b/include/lexy/dsl/char_class.hpp index ab0c39515..cc09ab31e 100644 --- a/include/lexy/dsl/char_class.hpp +++ b/include/lexy/dsl/char_class.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_CHAR_CLASS_HPP_INCLUDED diff --git a/include/lexy/dsl/choice.hpp b/include/lexy/dsl/choice.hpp index aa0863157..ed0fbd952 100644 --- a/include/lexy/dsl/choice.hpp +++ b/include/lexy/dsl/choice.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_CHOICE_HPP_INCLUDED diff --git a/include/lexy/dsl/code_point.hpp b/include/lexy/dsl/code_point.hpp index 2658be22a..bc09666aa 100644 --- a/include/lexy/dsl/code_point.hpp +++ b/include/lexy/dsl/code_point.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_CODE_POINT_HPP_INCLUDED diff --git a/include/lexy/dsl/combination.hpp b/include/lexy/dsl/combination.hpp index 3c29d2f56..73db67b97 100644 --- a/include/lexy/dsl/combination.hpp +++ b/include/lexy/dsl/combination.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_COMBINATION_HPP_INCLUDED diff --git a/include/lexy/dsl/context_counter.hpp b/include/lexy/dsl/context_counter.hpp index 5efe371bc..411ca1ad9 100644 --- a/include/lexy/dsl/context_counter.hpp +++ b/include/lexy/dsl/context_counter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_CONTEXT_COUNTER_HPP_INCLUDED diff --git a/include/lexy/dsl/context_flag.hpp b/include/lexy/dsl/context_flag.hpp index 20d0e6307..6782c5322 100644 --- a/include/lexy/dsl/context_flag.hpp +++ b/include/lexy/dsl/context_flag.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_CONTEXT_FLAG_HPP_INCLUDED diff --git a/include/lexy/dsl/context_identifier.hpp b/include/lexy/dsl/context_identifier.hpp index 0995f8d3f..6850904f9 100644 --- a/include/lexy/dsl/context_identifier.hpp +++ b/include/lexy/dsl/context_identifier.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_CONTEXT_IDENTIFIER_HPP_INCLUDED diff --git a/include/lexy/dsl/delimited.hpp b/include/lexy/dsl/delimited.hpp index 7c6beccc0..0b6684d94 100644 --- a/include/lexy/dsl/delimited.hpp +++ b/include/lexy/dsl/delimited.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_DELIMITED_HPP_INCLUDED diff --git a/include/lexy/dsl/digit.hpp b/include/lexy/dsl/digit.hpp index ce870d5a4..a3f1dc61d 100644 --- a/include/lexy/dsl/digit.hpp +++ b/include/lexy/dsl/digit.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_DIGIT_HPP_INCLUDED @@ -310,7 +310,8 @@ constexpr bool _match_digits(Reader& reader) // ... then manually to get any trailing digits. while (lexy::try_match_token(digit, reader)) - {} + { + } return true; } diff --git a/include/lexy/dsl/eof.hpp b/include/lexy/dsl/eof.hpp index 3c934357e..beb96cb97 100644 --- a/include/lexy/dsl/eof.hpp +++ b/include/lexy/dsl/eof.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_EOF_HPP_INCLUDED diff --git a/include/lexy/dsl/error.hpp b/include/lexy/dsl/error.hpp index a88792fd0..d38bdcac3 100644 --- a/include/lexy/dsl/error.hpp +++ b/include/lexy/dsl/error.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_ERROR_HPP_INCLUDED diff --git a/include/lexy/dsl/expression.hpp b/include/lexy/dsl/expression.hpp index c6d55d55a..a7d4f94fa 100644 --- a/include/lexy/dsl/expression.hpp +++ b/include/lexy/dsl/expression.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_EXPRESSION_HPP_INCLUDED diff --git a/include/lexy/dsl/flags.hpp b/include/lexy/dsl/flags.hpp index 98e9633ea..51cd1f948 100644 --- a/include/lexy/dsl/flags.hpp +++ b/include/lexy/dsl/flags.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_FLAGS_HPP_INCLUDED diff --git a/include/lexy/dsl/follow.hpp b/include/lexy/dsl/follow.hpp index 72c0a07b8..9d47e09dd 100644 --- a/include/lexy/dsl/follow.hpp +++ b/include/lexy/dsl/follow.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_FOLLOW_HPP_INCLUDED diff --git a/include/lexy/dsl/identifier.hpp b/include/lexy/dsl/identifier.hpp index f242bf007..1b780f00f 100644 --- a/include/lexy/dsl/identifier.hpp +++ b/include/lexy/dsl/identifier.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_IDENTIFIER_HPP_INCLUDED diff --git a/include/lexy/dsl/if.hpp b/include/lexy/dsl/if.hpp index 495ee50da..ff4f1d4a0 100644 --- a/include/lexy/dsl/if.hpp +++ b/include/lexy/dsl/if.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_IF_HPP_INCLUDED diff --git a/include/lexy/dsl/integer.hpp b/include/lexy/dsl/integer.hpp index 7d6afee9d..95475fa0c 100644 --- a/include/lexy/dsl/integer.hpp +++ b/include/lexy/dsl/integer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_INTEGER_HPP_INCLUDED diff --git a/include/lexy/dsl/list.hpp b/include/lexy/dsl/list.hpp index e0fdcd939..25b85076d 100644 --- a/include/lexy/dsl/list.hpp +++ b/include/lexy/dsl/list.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_LIST_HPP_INCLUDED diff --git a/include/lexy/dsl/literal.hpp b/include/lexy/dsl/literal.hpp index 9494f42c2..adc2cf599 100644 --- a/include/lexy/dsl/literal.hpp +++ b/include/lexy/dsl/literal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_LITERAL_HPP_INCLUDED diff --git a/include/lexy/dsl/lookahead.hpp b/include/lexy/dsl/lookahead.hpp index b7a918b3f..3ee995a18 100644 --- a/include/lexy/dsl/lookahead.hpp +++ b/include/lexy/dsl/lookahead.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_LOOKAHEAD_HPP_INCLUDED diff --git a/include/lexy/dsl/loop.hpp b/include/lexy/dsl/loop.hpp index 83bfdceb9..e7988d270 100644 --- a/include/lexy/dsl/loop.hpp +++ b/include/lexy/dsl/loop.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_LOOP_HPP_INCLUDED diff --git a/include/lexy/dsl/member.hpp b/include/lexy/dsl/member.hpp index afc6bf3e5..a478ef2dd 100644 --- a/include/lexy/dsl/member.hpp +++ b/include/lexy/dsl/member.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_MEMBER_HPP_INCLUDED diff --git a/include/lexy/dsl/newline.hpp b/include/lexy/dsl/newline.hpp index 28b1d04a5..24078f032 100644 --- a/include/lexy/dsl/newline.hpp +++ b/include/lexy/dsl/newline.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_NEWLINE_HPP_INCLUDED diff --git a/include/lexy/dsl/operator.hpp b/include/lexy/dsl/operator.hpp index 8ac3cf351..188ebf19a 100644 --- a/include/lexy/dsl/operator.hpp +++ b/include/lexy/dsl/operator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_OPERATOR_HPP_INCLUDED diff --git a/include/lexy/dsl/option.hpp b/include/lexy/dsl/option.hpp index e2c25ff1b..0ba0c7404 100644 --- a/include/lexy/dsl/option.hpp +++ b/include/lexy/dsl/option.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_OPTION_HPP_INCLUDED diff --git a/include/lexy/dsl/parse_as.hpp b/include/lexy/dsl/parse_as.hpp index ad2b53f2a..4efdde15a 100644 --- a/include/lexy/dsl/parse_as.hpp +++ b/include/lexy/dsl/parse_as.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_PARSE_AS_HPP_INCLUDED diff --git a/include/lexy/dsl/parse_tree_node.hpp b/include/lexy/dsl/parse_tree_node.hpp index 8b9d16ca1..658642cf3 100644 --- a/include/lexy/dsl/parse_tree_node.hpp +++ b/include/lexy/dsl/parse_tree_node.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_PARSE_TREE_NODE_HPP_INCLUDED diff --git a/include/lexy/dsl/peek.hpp b/include/lexy/dsl/peek.hpp index d2b28ca20..57b3576b8 100644 --- a/include/lexy/dsl/peek.hpp +++ b/include/lexy/dsl/peek.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_PEEK_HPP_INCLUDED diff --git a/include/lexy/dsl/position.hpp b/include/lexy/dsl/position.hpp index b1ab70232..088187bf9 100644 --- a/include/lexy/dsl/position.hpp +++ b/include/lexy/dsl/position.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_POSITION_HPP_INCLUDED diff --git a/include/lexy/dsl/production.hpp b/include/lexy/dsl/production.hpp index bb38bbacf..ba74de2a7 100644 --- a/include/lexy/dsl/production.hpp +++ b/include/lexy/dsl/production.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_PRODUCTION_HPP_INCLUDED diff --git a/include/lexy/dsl/punctuator.hpp b/include/lexy/dsl/punctuator.hpp index 9e1937a7c..e53f7b0f2 100644 --- a/include/lexy/dsl/punctuator.hpp +++ b/include/lexy/dsl/punctuator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_PUNCTUATOR_HPP_INCLUDED diff --git a/include/lexy/dsl/recover.hpp b/include/lexy/dsl/recover.hpp index 9f2c0c894..208d8c409 100644 --- a/include/lexy/dsl/recover.hpp +++ b/include/lexy/dsl/recover.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_RECOVER_HPP_INCLUDED diff --git a/include/lexy/dsl/repeat.hpp b/include/lexy/dsl/repeat.hpp index 7321d54ad..bb41404b6 100644 --- a/include/lexy/dsl/repeat.hpp +++ b/include/lexy/dsl/repeat.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_REPEAT_HPP_INCLUDED diff --git a/include/lexy/dsl/return.hpp b/include/lexy/dsl/return.hpp index e3f7269ba..46477f6f0 100644 --- a/include/lexy/dsl/return.hpp +++ b/include/lexy/dsl/return.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_RETURN_HPP_INCLUDED diff --git a/include/lexy/dsl/scan.hpp b/include/lexy/dsl/scan.hpp index 2765b58c5..9f6c244d8 100644 --- a/include/lexy/dsl/scan.hpp +++ b/include/lexy/dsl/scan.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_SCAN_HPP_INCLUDED diff --git a/include/lexy/dsl/separator.hpp b/include/lexy/dsl/separator.hpp index 3c981bd7b..f50744d66 100644 --- a/include/lexy/dsl/separator.hpp +++ b/include/lexy/dsl/separator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_SEPARATOR_HPP_INCLUDED diff --git a/include/lexy/dsl/sequence.hpp b/include/lexy/dsl/sequence.hpp index 02a098fa3..6715e7ae3 100644 --- a/include/lexy/dsl/sequence.hpp +++ b/include/lexy/dsl/sequence.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_SEQUENCE_HPP_INCLUDED diff --git a/include/lexy/dsl/sign.hpp b/include/lexy/dsl/sign.hpp index c0178b275..5cf38de0d 100644 --- a/include/lexy/dsl/sign.hpp +++ b/include/lexy/dsl/sign.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_SIGN_HPP_INCLUDED diff --git a/include/lexy/dsl/symbol.hpp b/include/lexy/dsl/symbol.hpp index 3947d5b54..f94511068 100644 --- a/include/lexy/dsl/symbol.hpp +++ b/include/lexy/dsl/symbol.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_SYMBOL_HPP_INCLUDED diff --git a/include/lexy/dsl/terminator.hpp b/include/lexy/dsl/terminator.hpp index 50074789a..56a4e53df 100644 --- a/include/lexy/dsl/terminator.hpp +++ b/include/lexy/dsl/terminator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_TERMINATOR_HPP_INCLUDED diff --git a/include/lexy/dsl/times.hpp b/include/lexy/dsl/times.hpp index 9aa1e9c2c..7ebf327cd 100644 --- a/include/lexy/dsl/times.hpp +++ b/include/lexy/dsl/times.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_TIMES_HPP_INCLUDED diff --git a/include/lexy/dsl/token.hpp b/include/lexy/dsl/token.hpp index ad2c15d27..95c812c1c 100644 --- a/include/lexy/dsl/token.hpp +++ b/include/lexy/dsl/token.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_TOKEN_HPP_INCLUDED diff --git a/include/lexy/dsl/unicode.hpp b/include/lexy/dsl/unicode.hpp index 1737b06fd..e895ae3c8 100644 --- a/include/lexy/dsl/unicode.hpp +++ b/include/lexy/dsl/unicode.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_UNICODE_HPP_INCLUDED diff --git a/include/lexy/dsl/until.hpp b/include/lexy/dsl/until.hpp index fc07b66af..626d0b4fd 100644 --- a/include/lexy/dsl/until.hpp +++ b/include/lexy/dsl/until.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_UNTIL_HPP_INCLUDED diff --git a/include/lexy/dsl/whitespace.hpp b/include/lexy/dsl/whitespace.hpp index 5ffb87dbb..f80b30dcf 100644 --- a/include/lexy/dsl/whitespace.hpp +++ b/include/lexy/dsl/whitespace.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_WHITESPACE_HPP_INCLUDED @@ -137,7 +137,8 @@ constexpr auto skip_whitespace(ws_handler&& handler, Reader& reader) { // Without SWAR, we just repeatedly skip the whitespace rule. while (lexy::try_match_token(WhitespaceRule{}, reader)) - {} + { + } } handler.real_on(lexy::parse_events::token{}, lexy::whitespace_token_kind, begin, diff --git a/include/lexy/encoding.hpp b/include/lexy/encoding.hpp index 265b9e216..4529e67a1 100644 --- a/include/lexy/encoding.hpp +++ b/include/lexy/encoding.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_ENCODING_HPP_INCLUDED diff --git a/include/lexy/error.hpp b/include/lexy/error.hpp index d5a846d43..77a40937d 100644 --- a/include/lexy/error.hpp +++ b/include/lexy/error.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_ERROR_HPP_INCLUDED diff --git a/include/lexy/grammar.hpp b/include/lexy/grammar.hpp index 9163a957a..b1986594e 100644 --- a/include/lexy/grammar.hpp +++ b/include/lexy/grammar.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_GRAMMAR_HPP_INCLUDED diff --git a/include/lexy/input/argv_input.hpp b/include/lexy/input/argv_input.hpp index 0b09584c2..f4b4f1d70 100644 --- a/include/lexy/input/argv_input.hpp +++ b/include/lexy/input/argv_input.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_INPUT_ARGV_INPUT_HPP_INCLUDED diff --git a/include/lexy/input/base.hpp b/include/lexy/input/base.hpp index a620ebb0e..2bc260e2f 100644 --- a/include/lexy/input/base.hpp +++ b/include/lexy/input/base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_INPUT_BASE_HPP_INCLUDED diff --git a/include/lexy/input/buffer.hpp b/include/lexy/input/buffer.hpp index d36de263e..450ecf254 100644 --- a/include/lexy/input/buffer.hpp +++ b/include/lexy/input/buffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_INPUT_BUFFER_HPP_INCLUDED diff --git a/include/lexy/input/file.hpp b/include/lexy/input/file.hpp index 9c47d2d6c..8c4a2d57d 100644 --- a/include/lexy/input/file.hpp +++ b/include/lexy/input/file.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_INPUT_FILE_HPP_INCLUDED diff --git a/include/lexy/input/parse_tree_input.hpp b/include/lexy/input/parse_tree_input.hpp index e5ed43978..fdc7572f9 100644 --- a/include/lexy/input/parse_tree_input.hpp +++ b/include/lexy/input/parse_tree_input.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_INPUT_PARSE_TREE_INPUT_HPP_INCLUDED diff --git a/include/lexy/input/range_input.hpp b/include/lexy/input/range_input.hpp index 3ad00f189..c32c0d3a7 100644 --- a/include/lexy/input/range_input.hpp +++ b/include/lexy/input/range_input.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_INPUT_RANGE_INPUT_HPP_INCLUDED diff --git a/include/lexy/input/string_input.hpp b/include/lexy/input/string_input.hpp index 64950b6f1..a59a387da 100644 --- a/include/lexy/input/string_input.hpp +++ b/include/lexy/input/string_input.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_INPUT_STRING_INPUT_HPP_INCLUDED diff --git a/include/lexy/input_location.hpp b/include/lexy/input_location.hpp index 87b92e1b2..55f6edb78 100644 --- a/include/lexy/input_location.hpp +++ b/include/lexy/input_location.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_INPUT_LOCATION_HPP_INCLUDED diff --git a/include/lexy/lexeme.hpp b/include/lexy/lexeme.hpp index a23440514..69d609854 100644 --- a/include/lexy/lexeme.hpp +++ b/include/lexy/lexeme.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_LEXEME_HPP_INCLUDED diff --git a/include/lexy/parse_tree.hpp b/include/lexy/parse_tree.hpp index fa9f22164..b82efb1bd 100644 --- a/include/lexy/parse_tree.hpp +++ b/include/lexy/parse_tree.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_PARSE_TREE_HPP_INCLUDED diff --git a/include/lexy/token.hpp b/include/lexy/token.hpp index 17bbcf980..a7b1442e5 100644 --- a/include/lexy/token.hpp +++ b/include/lexy/token.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_TOKEN_HPP_INCLUDED diff --git a/include/lexy/visualize.hpp b/include/lexy/visualize.hpp index 32815fc76..42b3fb0be 100644 --- a/include/lexy/visualize.hpp +++ b/include/lexy/visualize.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_VISUALIZE_HPP_INCLUDED diff --git a/include/lexy_ext/compiler_explorer.hpp b/include/lexy_ext/compiler_explorer.hpp index 588a456ea..220adf4ab 100644 --- a/include/lexy_ext/compiler_explorer.hpp +++ b/include/lexy_ext/compiler_explorer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_EXT_COMPILER_EXPLORER_HPP_INCLUDED diff --git a/include/lexy_ext/parse_tree_algorithm.hpp b/include/lexy_ext/parse_tree_algorithm.hpp index 9009ee08e..f8242fab6 100644 --- a/include/lexy_ext/parse_tree_algorithm.hpp +++ b/include/lexy_ext/parse_tree_algorithm.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_EXT_PARSE_TREE_ALGORITHM_HPP_INCLUDED @@ -216,7 +216,7 @@ class _filtered_node_range template _filtered_node_range(Predicate&& pred, Iterator begin, Sentinel end) noexcept - ->_filtered_node_range, Iterator, Sentinel>; + -> _filtered_node_range, Iterator, Sentinel>; /// Returns the children that of node that match the predicate. /// diff --git a/include/lexy_ext/parse_tree_doctest.hpp b/include/lexy_ext/parse_tree_doctest.hpp index 51c1d1f29..18b12dead 100644 --- a/include/lexy_ext/parse_tree_doctest.hpp +++ b/include/lexy_ext/parse_tree_doctest.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_EXT_PARSE_TREE_DOCTEST_HPP_INCLUDED diff --git a/include/lexy_ext/report_error.hpp b/include/lexy_ext/report_error.hpp index 4f8956a6e..0ee6c32a2 100644 --- a/include/lexy_ext/report_error.hpp +++ b/include/lexy_ext/report_error.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_EXT_REPORT_ERROR_HPP_INCLUDED diff --git a/include/lexy_ext/shell.hpp b/include/lexy_ext/shell.hpp index dc41208d2..66865bbda 100644 --- a/include/lexy_ext/shell.hpp +++ b/include/lexy_ext/shell.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_EXT_SHELL_HPP_INCLUDED diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4ef673c51..709cc831f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 get_filename_component(include_dir ${CMAKE_CURRENT_SOURCE_DIR}/../include/lexy ABSOLUTE) diff --git a/src/input/file.cpp b/src/input/file.cpp index 6d829f929..028fb6de3 100644 --- a/src/input/file.cpp +++ b/src/input/file.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 56175bb45..cfd3d9cc7 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 # Fetch doctest. diff --git a/tests/doctest_main.cpp b/tests/doctest_main.cpp index 29fed61d0..9dbd4e722 100644 --- a/tests/doctest_main.cpp +++ b/tests/doctest_main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/examples/CMakeLists.txt b/tests/examples/CMakeLists.txt index 8162814ac..832de85f7 100644 --- a/tests/examples/CMakeLists.txt +++ b/tests/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 add_executable(lexy_test_calculator calculator.cpp) diff --git a/tests/examples/calculator.cpp b/tests/examples/calculator.cpp index 98d961d75..373bc118a 100644 --- a/tests/examples/calculator.cpp +++ b/tests/examples/calculator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include "../../examples/calculator.cpp" // NOLINT diff --git a/tests/examples/email.cpp b/tests/examples/email.cpp index 96bfe9011..974a8252d 100644 --- a/tests/examples/email.cpp +++ b/tests/examples/email.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include "../../examples/email.cpp" // NOLINT diff --git a/tests/examples/ip_address.cpp b/tests/examples/ip_address.cpp index 444ac34a7..83bbada26 100644 --- a/tests/examples/ip_address.cpp +++ b/tests/examples/ip_address.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include "../../examples/ip_address.cpp" // NOLINT diff --git a/tests/examples/json.cpp b/tests/examples/json.cpp index 26ed6f330..d95b63929 100644 --- a/tests/examples/json.cpp +++ b/tests/examples/json.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include "../../examples/json.cpp" // NOLINT diff --git a/tests/examples/protobuf.cpp b/tests/examples/protobuf.cpp index 26e2f779e..a6d1078ce 100644 --- a/tests/examples/protobuf.cpp +++ b/tests/examples/protobuf.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include "../../examples/protobuf.cpp" // NOLINT diff --git a/tests/examples/shell.cpp b/tests/examples/shell.cpp index 312d099ce..7c5b91009 100644 --- a/tests/examples/shell.cpp +++ b/tests/examples/shell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include "../../examples/shell.cpp" // NOLINT diff --git a/tests/examples/turing.cpp b/tests/examples/turing.cpp index a3d775b57..26c0cd5e7 100644 --- a/tests/examples/turing.cpp +++ b/tests/examples/turing.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include "../../examples/turing.cpp" // NOLINT diff --git a/tests/examples/xml.cpp b/tests/examples/xml.cpp index 6698b694a..160c852ac 100644 --- a/tests/examples/xml.cpp +++ b/tests/examples/xml.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include "../../examples/xml.cpp" // NOLINT diff --git a/tests/lexy/CMakeLists.txt b/tests/lexy/CMakeLists.txt index 2b7fa566b..8b8e1f274 100644 --- a/tests/lexy/CMakeLists.txt +++ b/tests/lexy/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 set(tests diff --git a/tests/lexy/action/base.cpp b/tests/lexy/action/base.cpp index 773e71291..dc2985dca 100644 --- a/tests/lexy/action/base.cpp +++ b/tests/lexy/action/base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/action/match.cpp b/tests/lexy/action/match.cpp index dab800c7a..b6a1d247d 100644 --- a/tests/lexy/action/match.cpp +++ b/tests/lexy/action/match.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/action/parse.cpp b/tests/lexy/action/parse.cpp index 9a22051aa..da96ec444 100644 --- a/tests/lexy/action/parse.cpp +++ b/tests/lexy/action/parse.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/action/parse_as_tree.cpp b/tests/lexy/action/parse_as_tree.cpp index 07f7a333a..302fb5ca2 100644 --- a/tests/lexy/action/parse_as_tree.cpp +++ b/tests/lexy/action/parse_as_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/action/scan.cpp b/tests/lexy/action/scan.cpp index fb94f2a40..483820be3 100644 --- a/tests/lexy/action/scan.cpp +++ b/tests/lexy/action/scan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/action/trace.cpp b/tests/lexy/action/trace.cpp index f62b68f8c..af882c979 100644 --- a/tests/lexy/action/trace.cpp +++ b/tests/lexy/action/trace.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/action/validate.cpp b/tests/lexy/action/validate.cpp index 07de45815..8161c0639 100644 --- a/tests/lexy/action/validate.cpp +++ b/tests/lexy/action/validate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback.cpp b/tests/lexy/callback.cpp index 574b05687..af85b183e 100644 --- a/tests/lexy/callback.cpp +++ b/tests/lexy/callback.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/adapter.cpp b/tests/lexy/callback/adapter.cpp index 7d6852f5a..aa1fffa57 100644 --- a/tests/lexy/callback/adapter.cpp +++ b/tests/lexy/callback/adapter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/aggregate.cpp b/tests/lexy/callback/aggregate.cpp index cd09ff430..14a87c94b 100644 --- a/tests/lexy/callback/aggregate.cpp +++ b/tests/lexy/callback/aggregate.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/base.cpp b/tests/lexy/callback/base.cpp index d0c8b3a0a..a7d470179 100644 --- a/tests/lexy/callback/base.cpp +++ b/tests/lexy/callback/base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/bind.cpp b/tests/lexy/callback/bind.cpp index 9844792ab..dd6d05587 100644 --- a/tests/lexy/callback/bind.cpp +++ b/tests/lexy/callback/bind.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/bit_cast.cpp b/tests/lexy/callback/bit_cast.cpp index f09699b0c..3434ca879 100644 --- a/tests/lexy/callback/bit_cast.cpp +++ b/tests/lexy/callback/bit_cast.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/composition.cpp b/tests/lexy/callback/composition.cpp index b30b9a39b..8a106c142 100644 --- a/tests/lexy/callback/composition.cpp +++ b/tests/lexy/callback/composition.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/constant.cpp b/tests/lexy/callback/constant.cpp index 5aeb0a334..11eebc376 100644 --- a/tests/lexy/callback/constant.cpp +++ b/tests/lexy/callback/constant.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/container.cpp b/tests/lexy/callback/container.cpp index 77ed4bfe5..3e2d72161 100644 --- a/tests/lexy/callback/container.cpp +++ b/tests/lexy/callback/container.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/fold.cpp b/tests/lexy/callback/fold.cpp index 9a543d6d9..dbefba0d3 100644 --- a/tests/lexy/callback/fold.cpp +++ b/tests/lexy/callback/fold.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/forward.cpp b/tests/lexy/callback/forward.cpp index edcd3d722..09b3a6030 100644 --- a/tests/lexy/callback/forward.cpp +++ b/tests/lexy/callback/forward.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/integer.cpp b/tests/lexy/callback/integer.cpp index 13eb2bc1b..25e788639 100644 --- a/tests/lexy/callback/integer.cpp +++ b/tests/lexy/callback/integer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/noop.cpp b/tests/lexy/callback/noop.cpp index df8aaea75..72b968262 100644 --- a/tests/lexy/callback/noop.cpp +++ b/tests/lexy/callback/noop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/object.cpp b/tests/lexy/callback/object.cpp index 653ffa217..a620f6eb0 100644 --- a/tests/lexy/callback/object.cpp +++ b/tests/lexy/callback/object.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/callback/string.cpp b/tests/lexy/callback/string.cpp index 4cc2e0728..85a4c0084 100644 --- a/tests/lexy/callback/string.cpp +++ b/tests/lexy/callback/string.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/code_point.cpp b/tests/lexy/code_point.cpp index 395310483..349b61a99 100644 --- a/tests/lexy/code_point.cpp +++ b/tests/lexy/code_point.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/detail/any_ref.cpp b/tests/lexy/detail/any_ref.cpp index 684e848d3..12b4e2127 100644 --- a/tests/lexy/detail/any_ref.cpp +++ b/tests/lexy/detail/any_ref.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/detail/buffer_builder.cpp b/tests/lexy/detail/buffer_builder.cpp index 55a7d91cf..f5eed6b55 100644 --- a/tests/lexy/detail/buffer_builder.cpp +++ b/tests/lexy/detail/buffer_builder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/detail/integer_sequence.cpp b/tests/lexy/detail/integer_sequence.cpp index 7a1b33f91..51e40c0c4 100644 --- a/tests/lexy/detail/integer_sequence.cpp +++ b/tests/lexy/detail/integer_sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/detail/invoke.cpp b/tests/lexy/detail/invoke.cpp index 9515ff24a..02180e3d8 100644 --- a/tests/lexy/detail/invoke.cpp +++ b/tests/lexy/detail/invoke.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/detail/lazy_init.cpp b/tests/lexy/detail/lazy_init.cpp index 0b0e7c41b..61c22ee7e 100644 --- a/tests/lexy/detail/lazy_init.cpp +++ b/tests/lexy/detail/lazy_init.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/detail/nttp_string.cpp b/tests/lexy/detail/nttp_string.cpp index a86c234ee..364a560b5 100644 --- a/tests/lexy/detail/nttp_string.cpp +++ b/tests/lexy/detail/nttp_string.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/detail/stateless_lambda.cpp b/tests/lexy/detail/stateless_lambda.cpp index a523f06b8..a9f755d8c 100644 --- a/tests/lexy/detail/stateless_lambda.cpp +++ b/tests/lexy/detail/stateless_lambda.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/detail/std.cpp b/tests/lexy/detail/std.cpp index be0416bf5..55e03d058 100644 --- a/tests/lexy/detail/std.cpp +++ b/tests/lexy/detail/std.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/detail/string_view.cpp b/tests/lexy/detail/string_view.cpp index e45b3fab5..e3d572172 100644 --- a/tests/lexy/detail/string_view.cpp +++ b/tests/lexy/detail/string_view.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/detail/swar.cpp b/tests/lexy/detail/swar.cpp index 57a3e1005..549da4ea5 100644 --- a/tests/lexy/detail/swar.cpp +++ b/tests/lexy/detail/swar.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/detail/tuple.cpp b/tests/lexy/detail/tuple.cpp index f51cf3755..8bbd059f7 100644 --- a/tests/lexy/detail/tuple.cpp +++ b/tests/lexy/detail/tuple.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/detail/type_name.cpp b/tests/lexy/detail/type_name.cpp index 7ff26b35b..10f03082f 100644 --- a/tests/lexy/detail/type_name.cpp +++ b/tests/lexy/detail/type_name.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/any.cpp b/tests/lexy/dsl/any.cpp index 86303e443..5aa9e05f0 100644 --- a/tests/lexy/dsl/any.cpp +++ b/tests/lexy/dsl/any.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/argv_input.cpp b/tests/lexy/dsl/argv_input.cpp index 04e5526c0..fcd8fe198 100644 --- a/tests/lexy/dsl/argv_input.cpp +++ b/tests/lexy/dsl/argv_input.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/ascii.cpp b/tests/lexy/dsl/ascii.cpp index ec5fc2774..9843e6415 100644 --- a/tests/lexy/dsl/ascii.cpp +++ b/tests/lexy/dsl/ascii.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/base.cpp b/tests/lexy/dsl/base.cpp index 7e8fe5522..fc60b52ca 100644 --- a/tests/lexy/dsl/base.cpp +++ b/tests/lexy/dsl/base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/bits.cpp b/tests/lexy/dsl/bits.cpp index 54067565b..06e00d85a 100644 --- a/tests/lexy/dsl/bits.cpp +++ b/tests/lexy/dsl/bits.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/bom.cpp b/tests/lexy/dsl/bom.cpp index 51973477c..c4a3825f0 100644 --- a/tests/lexy/dsl/bom.cpp +++ b/tests/lexy/dsl/bom.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/brackets.cpp b/tests/lexy/dsl/brackets.cpp index 08331b63b..551dd6d28 100644 --- a/tests/lexy/dsl/brackets.cpp +++ b/tests/lexy/dsl/brackets.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/branch.cpp b/tests/lexy/dsl/branch.cpp index ba5885192..b4b2eb757 100644 --- a/tests/lexy/dsl/branch.cpp +++ b/tests/lexy/dsl/branch.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/byte.cpp b/tests/lexy/dsl/byte.cpp index 4e15e6cc9..21907ec15 100644 --- a/tests/lexy/dsl/byte.cpp +++ b/tests/lexy/dsl/byte.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/capture.cpp b/tests/lexy/dsl/capture.cpp index 6cc6238d7..54ee87758 100644 --- a/tests/lexy/dsl/capture.cpp +++ b/tests/lexy/dsl/capture.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/case_folding.cpp b/tests/lexy/dsl/case_folding.cpp index fc994015d..392a6a8e8 100644 --- a/tests/lexy/dsl/case_folding.cpp +++ b/tests/lexy/dsl/case_folding.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/char_class.cpp b/tests/lexy/dsl/char_class.cpp index bdf8afd71..9bab96e02 100644 --- a/tests/lexy/dsl/char_class.cpp +++ b/tests/lexy/dsl/char_class.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/choice.cpp b/tests/lexy/dsl/choice.cpp index 8b75f7575..558254d1a 100644 --- a/tests/lexy/dsl/choice.cpp +++ b/tests/lexy/dsl/choice.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/code_point.cpp b/tests/lexy/dsl/code_point.cpp index babc1f83c..fb6710e0f 100644 --- a/tests/lexy/dsl/code_point.cpp +++ b/tests/lexy/dsl/code_point.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/combination.cpp b/tests/lexy/dsl/combination.cpp index 6d5e12e70..a2b8661f1 100644 --- a/tests/lexy/dsl/combination.cpp +++ b/tests/lexy/dsl/combination.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/context_counter.cpp b/tests/lexy/dsl/context_counter.cpp index 98d30a2ef..cf2c4fdea 100644 --- a/tests/lexy/dsl/context_counter.cpp +++ b/tests/lexy/dsl/context_counter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/context_flag.cpp b/tests/lexy/dsl/context_flag.cpp index 1ea94545c..d1a196d34 100644 --- a/tests/lexy/dsl/context_flag.cpp +++ b/tests/lexy/dsl/context_flag.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/context_identifier.cpp b/tests/lexy/dsl/context_identifier.cpp index 59cb1f0f1..16ef5e222 100644 --- a/tests/lexy/dsl/context_identifier.cpp +++ b/tests/lexy/dsl/context_identifier.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/delimited.cpp b/tests/lexy/dsl/delimited.cpp index bf9888359..d3977590c 100644 --- a/tests/lexy/dsl/delimited.cpp +++ b/tests/lexy/dsl/delimited.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include @@ -59,8 +59,7 @@ TEST_CASE("dsl::delimited(open, close)") constexpr delim_callback callback = lexy::callback([](const char*) { return -11; }, - [](const char* begin, auto open, std::size_t count, - auto close) { + [](const char* begin, auto open, std::size_t count, auto close) { CHECK(open.begin() == begin); CHECK(open.size() == 1); CHECK(open[0] == '('); @@ -70,8 +69,7 @@ TEST_CASE("dsl::delimited(open, close)") CHECK(close[0] == ')'); return int(count); - } - ); + }); SUBCASE("as rule") { @@ -222,31 +220,35 @@ TEST_CASE("dsl::delimited(open, close)") CHECK(invalid.value == 3); CHECK(invalid.trace == test_trace() - .literal("(") - .token("any", "a") - .expected_char_class(2, "code-point") - .recovery() - .error_token("\\x80") - .finish() - .token("any", "-c") - .literal(")")); + .literal("(") + .token("any", "a") + .expected_char_class(2, "code-point") + .recovery() + .error_token("\\x80") + .finish() + .token("any", "-c") + .literal(")")); auto invalid_end = LEXY_VERIFY_RUNTIME(lexy::utf8_char_encoding{}, "(a\x80)"); CHECK(invalid_end.status == test_result::recovered_error); CHECK(invalid_end.value == 1); CHECK(invalid_end.trace == test_trace() - .literal("(") - .token("any", "a") - .expected_char_class(2, "code-point") - .recovery() - .error_token("\\x80") - .finish() - .literal(")")); + .literal("(") + .token("any", "a") + .expected_char_class(2, "code-point") + .recovery() + .error_token("\\x80") + .finish() + .literal(")")); auto unterminated = LEXY_VERIFY(lexy::utf8_char_encoding{}, "(ab"); CHECK(unterminated.status == test_result::fatal_error); CHECK(unterminated.trace - == test_trace().literal("(").token("any", "ab").error(1, 3, "missing delimiter").cancel()); + == test_trace() + .literal("(") + .token("any", "ab") + .error(1, 3, "missing delimiter") + .cancel()); struct production : test_production_for, with_whitespace {}; diff --git a/tests/lexy/dsl/digit.cpp b/tests/lexy/dsl/digit.cpp index f0e28efd8..ad30f36c5 100644 --- a/tests/lexy/dsl/digit.cpp +++ b/tests/lexy/dsl/digit.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/eof.cpp b/tests/lexy/dsl/eof.cpp index 2019079ad..c6a858007 100644 --- a/tests/lexy/dsl/eof.cpp +++ b/tests/lexy/dsl/eof.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/error.cpp b/tests/lexy/dsl/error.cpp index 8ded9f39d..a0ac249c4 100644 --- a/tests/lexy/dsl/error.cpp +++ b/tests/lexy/dsl/error.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/expression.cpp b/tests/lexy/dsl/expression.cpp index 6e5d9ac57..8e9f6766c 100644 --- a/tests/lexy/dsl/expression.cpp +++ b/tests/lexy/dsl/expression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/flags.cpp b/tests/lexy/dsl/flags.cpp index cec5c4aa4..cda51b64c 100644 --- a/tests/lexy/dsl/flags.cpp +++ b/tests/lexy/dsl/flags.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/follow.cpp b/tests/lexy/dsl/follow.cpp index a8eeabfa8..be633dfea 100644 --- a/tests/lexy/dsl/follow.cpp +++ b/tests/lexy/dsl/follow.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/identifier.cpp b/tests/lexy/dsl/identifier.cpp index 01aab288e..1ae94ce93 100644 --- a/tests/lexy/dsl/identifier.cpp +++ b/tests/lexy/dsl/identifier.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/if.cpp b/tests/lexy/dsl/if.cpp index 3b92ae896..d9b49f115 100644 --- a/tests/lexy/dsl/if.cpp +++ b/tests/lexy/dsl/if.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/integer.cpp b/tests/lexy/dsl/integer.cpp index 24ee03eb7..915f272eb 100644 --- a/tests/lexy/dsl/integer.cpp +++ b/tests/lexy/dsl/integer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/list.cpp b/tests/lexy/dsl/list.cpp index 4b441c978..b54d96f99 100644 --- a/tests/lexy/dsl/list.cpp +++ b/tests/lexy/dsl/list.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/literal.cpp b/tests/lexy/dsl/literal.cpp index 1d8a98813..c3f04888a 100644 --- a/tests/lexy/dsl/literal.cpp +++ b/tests/lexy/dsl/literal.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/lookahead.cpp b/tests/lexy/dsl/lookahead.cpp index 7b9735df0..c789ceb5e 100644 --- a/tests/lexy/dsl/lookahead.cpp +++ b/tests/lexy/dsl/lookahead.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/loop.cpp b/tests/lexy/dsl/loop.cpp index 589ce3d86..cf791e79e 100644 --- a/tests/lexy/dsl/loop.cpp +++ b/tests/lexy/dsl/loop.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/member.cpp b/tests/lexy/dsl/member.cpp index 68e8f85bf..e92a56367 100644 --- a/tests/lexy/dsl/member.cpp +++ b/tests/lexy/dsl/member.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/newline.cpp b/tests/lexy/dsl/newline.cpp index a7d0794dd..9d7d87da3 100644 --- a/tests/lexy/dsl/newline.cpp +++ b/tests/lexy/dsl/newline.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/operator.cpp b/tests/lexy/dsl/operator.cpp index dfa284a60..5ddf4f398 100644 --- a/tests/lexy/dsl/operator.cpp +++ b/tests/lexy/dsl/operator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/option.cpp b/tests/lexy/dsl/option.cpp index b78284fc3..f456d25c1 100644 --- a/tests/lexy/dsl/option.cpp +++ b/tests/lexy/dsl/option.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/parse_as.cpp b/tests/lexy/dsl/parse_as.cpp index e103a4f05..c444d3bc7 100644 --- a/tests/lexy/dsl/parse_as.cpp +++ b/tests/lexy/dsl/parse_as.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/parse_tree_node.cpp b/tests/lexy/dsl/parse_tree_node.cpp index 378d4068a..7d2717a68 100644 --- a/tests/lexy/dsl/parse_tree_node.cpp +++ b/tests/lexy/dsl/parse_tree_node.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/peek.cpp b/tests/lexy/dsl/peek.cpp index 2388b0369..198a8ab86 100644 --- a/tests/lexy/dsl/peek.cpp +++ b/tests/lexy/dsl/peek.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/position.cpp b/tests/lexy/dsl/position.cpp index 4e95dd203..d13653521 100644 --- a/tests/lexy/dsl/position.cpp +++ b/tests/lexy/dsl/position.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/production.cpp b/tests/lexy/dsl/production.cpp index 6848c3443..644deb9d7 100644 --- a/tests/lexy/dsl/production.cpp +++ b/tests/lexy/dsl/production.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/punctuator.cpp b/tests/lexy/dsl/punctuator.cpp index 046948f75..9fe6845b9 100644 --- a/tests/lexy/dsl/punctuator.cpp +++ b/tests/lexy/dsl/punctuator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/recover.cpp b/tests/lexy/dsl/recover.cpp index ab4292751..f90052cb1 100644 --- a/tests/lexy/dsl/recover.cpp +++ b/tests/lexy/dsl/recover.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/repeat.cpp b/tests/lexy/dsl/repeat.cpp index 877a5bdb7..a641168ef 100644 --- a/tests/lexy/dsl/repeat.cpp +++ b/tests/lexy/dsl/repeat.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/return.cpp b/tests/lexy/dsl/return.cpp index 192bd8dc1..07ce04d3d 100644 --- a/tests/lexy/dsl/return.cpp +++ b/tests/lexy/dsl/return.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/scan.cpp b/tests/lexy/dsl/scan.cpp index 477526bfe..5a9d43bb6 100644 --- a/tests/lexy/dsl/scan.cpp +++ b/tests/lexy/dsl/scan.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/separator.cpp b/tests/lexy/dsl/separator.cpp index 2ac02f4df..0f48f1df0 100644 --- a/tests/lexy/dsl/separator.cpp +++ b/tests/lexy/dsl/separator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/sequence.cpp b/tests/lexy/dsl/sequence.cpp index 5808fad2e..49b2fba63 100644 --- a/tests/lexy/dsl/sequence.cpp +++ b/tests/lexy/dsl/sequence.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/sign.cpp b/tests/lexy/dsl/sign.cpp index a3da8201f..310c1a4b4 100644 --- a/tests/lexy/dsl/sign.cpp +++ b/tests/lexy/dsl/sign.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/symbol.cpp b/tests/lexy/dsl/symbol.cpp index 49c420820..7c4325163 100644 --- a/tests/lexy/dsl/symbol.cpp +++ b/tests/lexy/dsl/symbol.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/terminator.cpp b/tests/lexy/dsl/terminator.cpp index a171dcac3..b1667751a 100644 --- a/tests/lexy/dsl/terminator.cpp +++ b/tests/lexy/dsl/terminator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/times.cpp b/tests/lexy/dsl/times.cpp index dcea94d63..9364f15cd 100644 --- a/tests/lexy/dsl/times.cpp +++ b/tests/lexy/dsl/times.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/token.cpp b/tests/lexy/dsl/token.cpp index 050896c05..4adaabb04 100644 --- a/tests/lexy/dsl/token.cpp +++ b/tests/lexy/dsl/token.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/trace.cpp b/tests/lexy/dsl/trace.cpp index 7c7f4b0d7..d3dde46a9 100644 --- a/tests/lexy/dsl/trace.cpp +++ b/tests/lexy/dsl/trace.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/unicode.cpp b/tests/lexy/dsl/unicode.cpp index 358aaa1f2..10dc2f02c 100644 --- a/tests/lexy/dsl/unicode.cpp +++ b/tests/lexy/dsl/unicode.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/until.cpp b/tests/lexy/dsl/until.cpp index fbb4d66a9..321c5c0a4 100644 --- a/tests/lexy/dsl/until.cpp +++ b/tests/lexy/dsl/until.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/dsl/verify.hpp b/tests/lexy/dsl/verify.hpp index 3b446ce3c..b4c37d3ac 100644 --- a/tests/lexy/dsl/verify.hpp +++ b/tests/lexy/dsl/verify.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef TESTS_LEXY_DSL_VERIFY_HPP_INCLUDED diff --git a/tests/lexy/dsl/whitespace.cpp b/tests/lexy/dsl/whitespace.cpp index f577c2098..3da6b0b53 100644 --- a/tests/lexy/dsl/whitespace.cpp +++ b/tests/lexy/dsl/whitespace.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/encoding.cpp b/tests/lexy/encoding.cpp index f217a2af6..9112b2ec9 100644 --- a/tests/lexy/encoding.cpp +++ b/tests/lexy/encoding.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/error.cpp b/tests/lexy/error.cpp index 73e980ab8..52c7afe48 100644 --- a/tests/lexy/error.cpp +++ b/tests/lexy/error.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/grammar.cpp b/tests/lexy/grammar.cpp index 2b5f0af74..964a01764 100644 --- a/tests/lexy/grammar.cpp +++ b/tests/lexy/grammar.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/input/argv_input.cpp b/tests/lexy/input/argv_input.cpp index 115e5ef4d..85153719d 100644 --- a/tests/lexy/input/argv_input.cpp +++ b/tests/lexy/input/argv_input.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/input/base.cpp b/tests/lexy/input/base.cpp index f036a60a7..dda64863e 100644 --- a/tests/lexy/input/base.cpp +++ b/tests/lexy/input/base.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/input/buffer.cpp b/tests/lexy/input/buffer.cpp index ddc61b6cb..9b1125e6c 100644 --- a/tests/lexy/input/buffer.cpp +++ b/tests/lexy/input/buffer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/input/file.cpp b/tests/lexy/input/file.cpp index 843377e52..9c491e173 100644 --- a/tests/lexy/input/file.cpp +++ b/tests/lexy/input/file.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #undef LEXY_DISABLE_FILE diff --git a/tests/lexy/input/parse_tree_input.cpp b/tests/lexy/input/parse_tree_input.cpp index 352739b54..aaf7352e6 100644 --- a/tests/lexy/input/parse_tree_input.cpp +++ b/tests/lexy/input/parse_tree_input.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/input/range_input.cpp b/tests/lexy/input/range_input.cpp index 727c83b8c..b59b59375 100644 --- a/tests/lexy/input/range_input.cpp +++ b/tests/lexy/input/range_input.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/input/string_input.cpp b/tests/lexy/input/string_input.cpp index 973f27023..a0de726bc 100644 --- a/tests/lexy/input/string_input.cpp +++ b/tests/lexy/input/string_input.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/input_location.cpp b/tests/lexy/input_location.cpp index cf10e7078..aeb5a2dc6 100644 --- a/tests/lexy/input_location.cpp +++ b/tests/lexy/input_location.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/lexeme.cpp b/tests/lexy/lexeme.cpp index d974e0344..e6f937457 100644 --- a/tests/lexy/lexeme.cpp +++ b/tests/lexy/lexeme.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/parse_tree.cpp b/tests/lexy/parse_tree.cpp index 574e4bbf5..a6a0e5c45 100644 --- a/tests/lexy/parse_tree.cpp +++ b/tests/lexy/parse_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy/test_encoding.hpp b/tests/lexy/test_encoding.hpp index acd5b58bf..6e7a13ea9 100644 --- a/tests/lexy/test_encoding.hpp +++ b/tests/lexy/test_encoding.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef TEST_TEST_ENCODING_HPP_INCLUDED diff --git a/tests/lexy/token.cpp b/tests/lexy/token.cpp index 7cc1521e2..16fc9e3ce 100644 --- a/tests/lexy/token.cpp +++ b/tests/lexy/token.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include @@ -34,8 +34,8 @@ const char* token_kind_name(token_kind k) } // namespace template <> -constexpr auto lexy::token_kind_map_for<::token_kind> = lexy::token_kind_map.map<::token_kind::c>( - LEXY_LIT(".")); +constexpr auto lexy::token_kind_map_for<::token_kind> + = lexy::token_kind_map.map<::token_kind::c>(LEXY_LIT(".")); TEST_CASE("token_kind") { diff --git a/tests/lexy/visualize.cpp b/tests/lexy/visualize.cpp index 158993dda..c2993ac73 100644 --- a/tests/lexy/visualize.cpp +++ b/tests/lexy/visualize.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy_ext/CMakeLists.txt b/tests/lexy_ext/CMakeLists.txt index d5bab33b6..b190713c2 100644 --- a/tests/lexy_ext/CMakeLists.txt +++ b/tests/lexy_ext/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 set(tests diff --git a/tests/lexy_ext/compiler_explorer.cpp b/tests/lexy_ext/compiler_explorer.cpp index 8f7623223..da88f91b2 100644 --- a/tests/lexy_ext/compiler_explorer.cpp +++ b/tests/lexy_ext/compiler_explorer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy_ext/parse_tree_algorithm.cpp b/tests/lexy_ext/parse_tree_algorithm.cpp index 54b8d6cab..3223024ff 100644 --- a/tests/lexy_ext/parse_tree_algorithm.cpp +++ b/tests/lexy_ext/parse_tree_algorithm.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy_ext/parse_tree_doctest.cpp b/tests/lexy_ext/parse_tree_doctest.cpp index a24bb68e7..22c27e025 100644 --- a/tests/lexy_ext/parse_tree_doctest.cpp +++ b/tests/lexy_ext/parse_tree_doctest.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy_ext/report_error.cpp b/tests/lexy_ext/report_error.cpp index bf523df02..efd7a49e8 100644 --- a/tests/lexy_ext/report_error.cpp +++ b/tests/lexy_ext/report_error.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/lexy_ext/shell.cpp b/tests/lexy_ext/shell.cpp index 9d55a9c58..55304d9c9 100644 --- a/tests/lexy_ext/shell.cpp +++ b/tests/lexy_ext/shell.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include diff --git a/tests/playground/CMakeLists.txt b/tests/playground/CMakeLists.txt index a89a3113d..0e012835c 100644 --- a/tests/playground/CMakeLists.txt +++ b/tests/playground/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +# Copyright (C) 2020-2024 Jonathan Müller and lexy contributors # SPDX-License-Identifier: BSL-1.0 set(doc_assets ${PROJECT_SOURCE_DIR}/docs/assets) diff --git a/tests/playground/godbolt.cpp b/tests/playground/godbolt.cpp index a129b8b35..afc34a307 100644 --- a/tests/playground/godbolt.cpp +++ b/tests/playground/godbolt.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #define LEXY_PLAYGROUND_PRODUCTION production diff --git a/tests/playground/playground.cpp b/tests/playground/playground.cpp index 32cd35f5a..7dcfec6f3 100644 --- a/tests/playground/playground.cpp +++ b/tests/playground/playground.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2023 Jonathan Müller and lexy contributors +// Copyright (C) 2020-2024 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #include "../../docs/assets/cpp/playground_headers.hpp"