From ec61272c1f16ee8a845f24b00a3bf2d8a7b15dbb Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 23 Feb 2025 21:04:28 +0200 Subject: [PATCH] Remove stray parentheses --- test/array_access_test.cpp | 2 +- test/array_access_test_cx.cpp | 2 +- test/array_access_test_cx2.cpp | 2 +- test/array_assign_test.cpp | 2 +- test/array_assign_test_cx.cpp | 2 +- test/array_c_array_test.cpp | 2 +- test/array_convert_test.cpp | 2 +- test/array_copy_test.cpp | 2 +- test/array_copy_test_cx.cpp | 2 +- test/array_data_test.cpp | 2 +- test/array_data_test_cx.cpp | 2 +- test/array_elems_test.cpp | 2 +- test/array_eq_test.cpp | 2 +- test/array_eq_test_cx.cpp | 2 +- test/array_fill_test.cpp | 2 +- test/array_fill_test_cx.cpp | 2 +- test/array_get_test.cpp | 2 +- test/array_get_test_cx.cpp | 2 +- test/array_init_test.cpp | 2 +- test/array_init_test_cx.cpp | 2 +- test/array_iterator_test.cpp | 2 +- test/array_iterator_test_cx.cpp | 2 +- test/array_lt_test.cpp | 2 +- test/array_lt_test_cx.cpp | 2 +- test/array_reverse_test.cpp | 2 +- test/array_size_test.cpp | 2 +- test/array_size_test_cx.cpp | 2 +- test/array_swap_test.cpp | 2 +- test/array_swap_test2.cpp | 2 +- test/array_thw_test.cpp | 2 +- test/array_thw_test_cx.cpp | 2 +- test/array_typedef_test.cpp | 2 +- test/quick.cpp | 2 +- test/to_array_test.cpp | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/test/array_access_test.cpp b/test/array_access_test.cpp index 44be92e..b1ec6c8 100644 --- a/test/array_access_test.cpp +++ b/test/array_access_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #define BOOST_ENABLE_ASSERT_HANDLER diff --git a/test/array_access_test_cx.cpp b/test/array_access_test_cx.cpp index 0018d95..507cd28 100644 --- a/test/array_access_test_cx.cpp +++ b/test/array_access_test_cx.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_access_test_cx2.cpp b/test/array_access_test_cx2.cpp index 9e00fe0..18dbbf4 100644 --- a/test/array_access_test_cx2.cpp +++ b/test/array_access_test_cx2.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_assign_test.cpp b/test/array_assign_test.cpp index b41d72a..44fa947 100644 --- a/test/array_assign_test.cpp +++ b/test/array_assign_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #define BOOST_ALLOW_DEPRECATED_SYMBOLS diff --git a/test/array_assign_test_cx.cpp b/test/array_assign_test_cx.cpp index ce8031c..d767636 100644 --- a/test/array_assign_test_cx.cpp +++ b/test/array_assign_test_cx.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_c_array_test.cpp b/test/array_c_array_test.cpp index b89e25f..89751d1 100644 --- a/test/array_c_array_test.cpp +++ b/test/array_c_array_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #define BOOST_ALLOW_DEPRECATED_SYMBOLS diff --git a/test/array_convert_test.cpp b/test/array_convert_test.cpp index aa1e9c7..7060ec8 100644 --- a/test/array_convert_test.cpp +++ b/test/array_convert_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_copy_test.cpp b/test/array_copy_test.cpp index a4d45a9..5701f5b 100644 --- a/test/array_copy_test.cpp +++ b/test/array_copy_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_copy_test_cx.cpp b/test/array_copy_test_cx.cpp index 9a4ab56..a22c377 100644 --- a/test/array_copy_test_cx.cpp +++ b/test/array_copy_test_cx.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_data_test.cpp b/test/array_data_test.cpp index d27fec1..432139a 100644 --- a/test/array_data_test.cpp +++ b/test/array_data_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_data_test_cx.cpp b/test/array_data_test_cx.cpp index a9f8322..f567b39 100644 --- a/test/array_data_test_cx.cpp +++ b/test/array_data_test_cx.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_elems_test.cpp b/test/array_elems_test.cpp index 9506cbf..0773882 100644 --- a/test/array_elems_test.cpp +++ b/test/array_elems_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_eq_test.cpp b/test/array_eq_test.cpp index 1dbe9e7..e85ad31 100644 --- a/test/array_eq_test.cpp +++ b/test/array_eq_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_eq_test_cx.cpp b/test/array_eq_test_cx.cpp index 202bc25..6fe7ea1 100644 --- a/test/array_eq_test_cx.cpp +++ b/test/array_eq_test_cx.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_fill_test.cpp b/test/array_fill_test.cpp index 0ea3da4..f8fc92d 100644 --- a/test/array_fill_test.cpp +++ b/test/array_fill_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_fill_test_cx.cpp b/test/array_fill_test_cx.cpp index 81d4bc1..9fd4a8a 100644 --- a/test/array_fill_test_cx.cpp +++ b/test/array_fill_test_cx.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_get_test.cpp b/test/array_get_test.cpp index 32faa94..bc45669 100644 --- a/test/array_get_test.cpp +++ b/test/array_get_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_get_test_cx.cpp b/test/array_get_test_cx.cpp index eb7f117..693afa1 100644 --- a/test/array_get_test_cx.cpp +++ b/test/array_get_test_cx.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_init_test.cpp b/test/array_init_test.cpp index 676e9d0..3388945 100644 --- a/test/array_init_test.cpp +++ b/test/array_init_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_init_test_cx.cpp b/test/array_init_test_cx.cpp index 59fba0f..1a8cfd2 100644 --- a/test/array_init_test_cx.cpp +++ b/test/array_init_test_cx.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_iterator_test.cpp b/test/array_iterator_test.cpp index 2e4da0d..a88dd28 100644 --- a/test/array_iterator_test.cpp +++ b/test/array_iterator_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_iterator_test_cx.cpp b/test/array_iterator_test_cx.cpp index 1ec91ac..9259898 100644 --- a/test/array_iterator_test_cx.cpp +++ b/test/array_iterator_test_cx.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_lt_test.cpp b/test/array_lt_test.cpp index 06f3ec5..bed29f6 100644 --- a/test/array_lt_test.cpp +++ b/test/array_lt_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_lt_test_cx.cpp b/test/array_lt_test_cx.cpp index d01c9e4..fff2e95 100644 --- a/test/array_lt_test_cx.cpp +++ b/test/array_lt_test_cx.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_reverse_test.cpp b/test/array_reverse_test.cpp index 93c598c..0f3fcea 100644 --- a/test/array_reverse_test.cpp +++ b/test/array_reverse_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_size_test.cpp b/test/array_size_test.cpp index 50aa55e..a4c493d 100644 --- a/test/array_size_test.cpp +++ b/test/array_size_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_size_test_cx.cpp b/test/array_size_test_cx.cpp index bfa4f40..bc3d6a5 100644 --- a/test/array_size_test_cx.cpp +++ b/test/array_size_test_cx.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_swap_test.cpp b/test/array_swap_test.cpp index f7b178a..db4733a 100644 --- a/test/array_swap_test.cpp +++ b/test/array_swap_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_swap_test2.cpp b/test/array_swap_test2.cpp index e9bd1b4..5007f56 100644 --- a/test/array_swap_test2.cpp +++ b/test/array_swap_test2.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_thw_test.cpp b/test/array_thw_test.cpp index dca9d8c..357c1ea 100644 --- a/test/array_thw_test.cpp +++ b/test/array_thw_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_thw_test_cx.cpp b/test/array_thw_test_cx.cpp index dde5f65..f9deae9 100644 --- a/test/array_thw_test_cx.cpp +++ b/test/array_thw_test_cx.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/array_typedef_test.cpp b/test/array_typedef_test.cpp index d122d1d..8201037 100644 --- a/test/array_typedef_test.cpp +++ b/test/array_typedef_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include diff --git a/test/quick.cpp b/test/quick.cpp index c59a2c6..ecb5ec0 100644 --- a/test/quick.cpp +++ b/test/quick.cpp @@ -1,6 +1,6 @@ // Copyright 2023 Peter Dimov. // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include diff --git a/test/to_array_test.cpp b/test/to_array_test.cpp index 3bfb726..0fd6dff 100644 --- a/test/to_array_test.cpp +++ b/test/to_array_test.cpp @@ -1,6 +1,6 @@ // Copyright 2025 Peter Dimov // Distributed under the Boost Software License, Version 1.0. -// https://www.boost.org/LICENSE_1_0.txt) +// https://www.boost.org/LICENSE_1_0.txt #include #include