Skip to content

Commit 4e1a283

Browse files
committed
move byte_string.hpp to utility
1 parent aab6487 commit 4e1a283

File tree

330 files changed

+361
-361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

330 files changed

+361
-361
lines changed

doc/ref/corelib/byte_string.md

Lines changed: 1 addition & 1 deletion

doc/ref/corelib/byte_string_view.md

Lines changed: 1 addition & 1 deletion

examples/src/array_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <string>

examples/src/bson_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/bson/bson.hpp>

examples/src/byte_string_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons/json.hpp>

examples/src/cbor_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/cbor/cbor.hpp>

examples/src/cbor_typed_array_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/cbor/cbor.hpp>

examples/src/container_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <string>

examples/src/csv_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/csv/csv.hpp>

examples/src/data_model_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/cbor/cbor.hpp>

examples/src/examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/jsonpointer/jsonpointer.hpp>

examples/src/free_list_allocator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#ifndef FREE_LIST_ALLOCATOR_HPP

examples/src/jmespath_custom_function_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/jmespath/jmespath.hpp>

examples/src/jmespath_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/jmespath/jmespath.hpp>

examples/src/json_accessor_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <stdexcept>

examples/src/json_constructor_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/jsonpointer/jsonpointer.hpp>

examples/src/json_cursor_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons/json_cursor.hpp>

examples/src/json_filter_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <string>

examples/src/json_merge_patch_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/mergepatch/mergepatch.hpp>

examples/src/json_parse_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons/json.hpp>

examples/src/json_parser_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons/json.hpp>

examples/src/json_reader_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <stdexcept>

examples/src/json_traits_bitset_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/cbor/cbor.hpp>

examples/src/json_traits_integer_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/csv/csv.hpp>

examples/src/json_traits_macros_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <cassert>

examples/src/json_traits_name_macro_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <cassert>

examples/src/json_traits_polymorphic_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <cassert>

examples/src/json_traits_tuple_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/csv/csv.hpp>

examples/src/json_traits_variant_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <cassert>

examples/src/jsonpatch_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/jsonpatch/jsonpatch.hpp>

examples/src/jsonpath_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/jsonpath/jsonpath.hpp>

examples/src/jsonpath_location_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/jsonpath/jsonpath.hpp>

examples/src/jsonpointer_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/jsonpointer/jsonpointer.hpp>

examples/src/jsonschema_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/jsonpatch/jsonpatch.hpp>

examples/src/msgpack_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/msgpack/msgpack.hpp>

examples/src/ojson_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <string>

examples/src/readme_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/cbor/cbor.hpp>

examples/src/staj_iterator_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons/json.hpp>

examples/src/type_extensibility_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include "sample_types.hpp"

examples/src/ubjson_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/ubjson/ubjson.hpp>

examples/src/unicode_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <string>

examples/src/update_json_in_place_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons/json.hpp>

examples/src/wjson_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <string>

examples_boost/extensibility.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons_ext/csv/csv.hpp>

examples_boost/more_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <iostream>

examples_boost/pool_allocator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under Boost license
33

44
#include <boost/pool/pool_alloc.hpp>

include/jsoncons/allocator_holder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/allocator_set.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/basic_json.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

@@ -25,7 +25,7 @@
2525
#include <vector>
2626

2727
#include <jsoncons/allocator_set.hpp>
28-
#include <jsoncons/byte_string.hpp>
28+
#include <jsoncons/utility/byte_string.hpp>
2929
#include <jsoncons/config/compiler_support.hpp>
3030
#include <jsoncons/config/version.hpp>
3131
#include <jsoncons/json_array.hpp>

include/jsoncons/config/compiler_support.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/config/jsoncons_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/config/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/conv_error.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// Copyright 2013-2024 Daniel Parker
1+
/// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/decode_json.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/decode_traits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/detail/endian.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/detail/optional.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/detail/parse_number.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/detail/span.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/detail/string_view.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/detail/write_number.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/encode_json.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

include/jsoncons/encode_traits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

0 commit comments

Comments
 (0)