git: b2ba754bd5fb - main - devel/fcppt: Update 4.3.0 → 4.4.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 17 Jun 2023 06:55:16 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b2ba754bd5fb250fa7346661e556535ae0e9896d

commit b2ba754bd5fb250fa7346661e556535ae0e9896d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-17 05:24:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-17 06:55:00 +0000

    devel/fcppt: Update 4.3.0 → 4.4.0
    
    Reported by:    portscout
---
 devel/fcppt/Makefile  |   5 +-
 devel/fcppt/distinfo  |   6 +-
 devel/fcppt/pkg-plist | 194 ++++++++++++++++++++++++++++++++++++++------------
 3 files changed, 153 insertions(+), 52 deletions(-)

diff --git a/devel/fcppt/Makefile b/devel/fcppt/Makefile
index 1fe5505b02e1..62de2fc86a5f 100644
--- a/devel/fcppt/Makefile
+++ b/devel/fcppt/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	fcppt
-DISTVERSION=	4.3.0
+DISTVERSION=	4.4.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -9,7 +9,8 @@ WWW=		https://fcppt.org/
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
-BUILD_DEPENDS=	${LOCALBASE}/include/boost/format.hpp:devel/boost-libs
+BUILD_DEPENDS=	${LOCALBASE}/include/boost/format.hpp:devel/boost-libs \
+		catch2>0:devel/catch2
 TEST_DEPENDS=	catch2>0:devel/catch2
 
 USES=		cmake:testing compiler:c++20-lang
diff --git a/devel/fcppt/distinfo b/devel/fcppt/distinfo
index a05b5ce78fd4..9d7a69066c3f 100644
--- a/devel/fcppt/distinfo
+++ b/devel/fcppt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1672479718
-SHA256 (cpreh-fcppt-4.3.0_GH0.tar.gz) = 6bd2e64d9c86451ae2069c95ee97e7cb58d7d81bdb1f8fa2649cbd41efee0eb4
-SIZE (cpreh-fcppt-4.3.0_GH0.tar.gz) = 625444
+TIMESTAMP = 1686975175
+SHA256 (cpreh-fcppt-4.4.0_GH0.tar.gz) = 658773938acbb82373c529636c6b87f0fd29f093e5d2d79feb766407a69e8232
+SIZE (cpreh-fcppt-4.4.0_GH0.tar.gz) = 644018
diff --git a/devel/fcppt/pkg-plist b/devel/fcppt/pkg-plist
index 32e893da2d6b..c8bd603be098 100644
--- a/devel/fcppt/pkg-plist
+++ b/devel/fcppt/pkg-plist
@@ -78,29 +78,7 @@ include/fcppt/array/output.hpp
 include/fcppt/array/push_back.hpp
 include/fcppt/array/size.hpp
 include/fcppt/array/value_type.hpp
-include/fcppt/assert/basic/conditional.hpp
-include/fcppt/assert/basic/conditional_message.hpp
-include/fcppt/assert/basic/default_message.hpp
-include/fcppt/assert/basic/gather_information.hpp
-include/fcppt/assert/basic/message_and_action.hpp
-include/fcppt/assert/basic/print_message.hpp
-include/fcppt/assert/basic/terminate_conditional.hpp
-include/fcppt/assert/basic/terminate_message.hpp
-include/fcppt/assert/basic/terminate_message_conditional.hpp
-include/fcppt/assert/basic/unconditional.hpp
-include/fcppt/assert/basic/unconditional_message.hpp
-include/fcppt/assert/condition.hpp
-include/fcppt/assert/error.hpp
-include/fcppt/assert/error_message.hpp
-include/fcppt/assert/file.hpp
-include/fcppt/assert/function.hpp
-include/fcppt/assert/information.hpp
-include/fcppt/assert/information_fwd.hpp
-include/fcppt/assert/line.hpp
-include/fcppt/assert/make_message.hpp
-include/fcppt/assert/message.hpp
 include/fcppt/assert/unreachable.hpp
-include/fcppt/assert/unreachable_message.hpp
 include/fcppt/assert_complete.hpp
 include/fcppt/bit/mask.hpp
 include/fcppt/bit/mask_c.hpp
@@ -153,6 +131,24 @@ include/fcppt/cast/to_unsigned_fun.hpp
 include/fcppt/cast/to_void.hpp
 include/fcppt/cast/to_void_ptr.hpp
 include/fcppt/cast/truncation_check.hpp
+include/fcppt/catch/begin.hpp
+include/fcppt/catch/convert.hpp
+include/fcppt/catch/detail/ignore_reserved_identifiers.hpp
+include/fcppt/catch/either.hpp
+include/fcppt/catch/end.hpp
+include/fcppt/catch/make_movable.hpp
+include/fcppt/catch/movable.hpp
+include/fcppt/catch/movable_comparison.hpp
+include/fcppt/catch/movable_decl.hpp
+include/fcppt/catch/movable_fwd.hpp
+include/fcppt/catch/movable_impl.hpp
+include/fcppt/catch/movable_output.hpp
+include/fcppt/catch/optional.hpp
+include/fcppt/catch/record.hpp
+include/fcppt/catch/recursive.hpp
+include/fcppt/catch/strong_typedef.hpp
+include/fcppt/catch/tuple.hpp
+include/fcppt/catch/variant.hpp
 include/fcppt/char_literal.hpp
 include/fcppt/char_type.hpp
 include/fcppt/check_literal_conversion.hpp
@@ -409,6 +405,9 @@ include/fcppt/detail/check_cpp.hpp
 include/fcppt/detail/const.hpp
 include/fcppt/detail/cyclic_iterator_base.hpp
 include/fcppt/detail/equal.hpp
+include/fcppt/detail/indent/extra.hpp
+include/fcppt/detail/indent/level.hpp
+include/fcppt/detail/indent/print.hpp
 include/fcppt/detail/main.hpp
 include/fcppt/detail/main_wchar.hpp
 include/fcppt/detail/make_char_literals.hpp
@@ -1147,9 +1146,13 @@ include/fcppt/options/active_value_fwd.hpp
 include/fcppt/options/active_value_tag.hpp
 include/fcppt/options/apply.hpp
 include/fcppt/options/argument.hpp
+include/fcppt/options/argument_conversion_error.hpp
+include/fcppt/options/argument_conversion_error_fwd.hpp
 include/fcppt/options/argument_decl.hpp
 include/fcppt/options/argument_fwd.hpp
 include/fcppt/options/argument_impl.hpp
+include/fcppt/options/argument_usage.hpp
+include/fcppt/options/argument_usage_fwd.hpp
 include/fcppt/options/base.hpp
 include/fcppt/options/base_decl.hpp
 include/fcppt/options/base_fwd.hpp
@@ -1159,6 +1162,8 @@ include/fcppt/options/base_unique_ptr_fwd.hpp
 include/fcppt/options/commands_decl.hpp
 include/fcppt/options/commands_fwd.hpp
 include/fcppt/options/commands_impl.hpp
+include/fcppt/options/commands_usage.hpp
+include/fcppt/options/commands_usage_fwd.hpp
 include/fcppt/options/default_help_switch.hpp
 include/fcppt/options/default_value.hpp
 include/fcppt/options/default_value_fwd.hpp
@@ -1169,35 +1174,37 @@ include/fcppt/options/detail/apply.hpp
 include/fcppt/options/detail/check_short_long_names.hpp
 include/fcppt/options/detail/check_sub_command_names.hpp
 include/fcppt/options/detail/combine_errors.hpp
-include/fcppt/options/detail/combine_errors_impl.hpp
 include/fcppt/options/detail/concrete_decl.hpp
 include/fcppt/options/detail/concrete_fwd.hpp
 include/fcppt/options/detail/concrete_impl.hpp
 include/fcppt/options/detail/flag_is_short.hpp
 include/fcppt/options/detail/help_label.hpp
-include/fcppt/options/detail/help_text.hpp
 include/fcppt/options/detail/left_tag.hpp
-include/fcppt/options/detail/leftover_error.hpp
-include/fcppt/options/detail/long_or_short_name.hpp
-include/fcppt/options/detail/missing_option_argument.hpp
-include/fcppt/options/detail/missing_option_argument_fwd.hpp
-include/fcppt/options/detail/optional_error.hpp
-include/fcppt/options/detail/optional_error_fwd.hpp
+include/fcppt/options/detail/missing_error_to_error.hpp
 include/fcppt/options/detail/parse_to_empty.hpp
 include/fcppt/options/detail/pop_arg.hpp
 include/fcppt/options/detail/right_tag.hpp
 include/fcppt/options/detail/split_command.hpp
 include/fcppt/options/detail/symbol.hpp
-include/fcppt/options/detail/type_annotation.hpp
 include/fcppt/options/detail/use_flag.hpp
 include/fcppt/options/detail/use_option.hpp
 include/fcppt/options/detail/use_option_result.hpp
 include/fcppt/options/detail/use_option_result_fwd.hpp
+include/fcppt/options/detail/use_option_success.hpp
+include/fcppt/options/detail/use_option_success_fwd.hpp
+include/fcppt/options/dual_flag_error.hpp
+include/fcppt/options/dual_flag_error_fwd.hpp
+include/fcppt/options/dual_option_error.hpp
+include/fcppt/options/dual_option_error_fwd.hpp
 include/fcppt/options/duplicate_names.hpp
 include/fcppt/options/duplicate_names_fwd.hpp
 include/fcppt/options/error.hpp
 include/fcppt/options/error_fwd.hpp
 include/fcppt/options/error_output.hpp
+include/fcppt/options/error_pair.hpp
+include/fcppt/options/error_pair_fwd.hpp
+include/fcppt/options/error_variant.hpp
+include/fcppt/options/error_variant_fwd.hpp
 include/fcppt/options/exception.hpp
 include/fcppt/options/exception_fwd.hpp
 include/fcppt/options/flag.hpp
@@ -1207,6 +1214,8 @@ include/fcppt/options/flag_impl.hpp
 include/fcppt/options/flag_name.hpp
 include/fcppt/options/flag_name_fwd.hpp
 include/fcppt/options/flag_name_set.hpp
+include/fcppt/options/flag_usage.hpp
+include/fcppt/options/flag_usage_fwd.hpp
 include/fcppt/options/help_result.hpp
 include/fcppt/options/help_result_fwd.hpp
 include/fcppt/options/help_switch.hpp
@@ -1216,12 +1225,12 @@ include/fcppt/options/help_text_fwd.hpp
 include/fcppt/options/inactive_value.hpp
 include/fcppt/options/inactive_value_fwd.hpp
 include/fcppt/options/inactive_value_tag.hpp
-include/fcppt/options/indent.hpp
-include/fcppt/options/indentation.hpp
-include/fcppt/options/indentation_fwd.hpp
-include/fcppt/options/is_option.hpp
+include/fcppt/options/invalid_command_error.hpp
+include/fcppt/options/invalid_command_error_fwd.hpp
 include/fcppt/options/left.hpp
 include/fcppt/options/left_fwd.hpp
+include/fcppt/options/leftover_error.hpp
+include/fcppt/options/leftover_error_fwd.hpp
 include/fcppt/options/long_name.hpp
 include/fcppt/options/long_name_fwd.hpp
 include/fcppt/options/make_active_value.hpp
@@ -1239,10 +1248,30 @@ include/fcppt/options/make_sum.hpp
 include/fcppt/options/many_decl.hpp
 include/fcppt/options/many_fwd.hpp
 include/fcppt/options/many_impl.hpp
+include/fcppt/options/many_usage.hpp
+include/fcppt/options/many_usage_fwd.hpp
+include/fcppt/options/missing_argument_error.hpp
+include/fcppt/options/missing_argument_error_fwd.hpp
+include/fcppt/options/missing_command_error.hpp
+include/fcppt/options/missing_command_error_fwd.hpp
 include/fcppt/options/missing_error.hpp
 include/fcppt/options/missing_error_fwd.hpp
+include/fcppt/options/missing_error_pair.hpp
+include/fcppt/options/missing_error_pair_fwd.hpp
+include/fcppt/options/missing_error_variant.hpp
+include/fcppt/options/missing_error_variant_fwd.hpp
+include/fcppt/options/missing_flag_error.hpp
+include/fcppt/options/missing_flag_error_fwd.hpp
+include/fcppt/options/missing_option_argument_error.hpp
+include/fcppt/options/missing_option_argument_error_fwd.hpp
+include/fcppt/options/missing_option_error.hpp
+include/fcppt/options/missing_option_error_fwd.hpp
+include/fcppt/options/name.hpp
+include/fcppt/options/name_fwd.hpp
 include/fcppt/options/no_default_value.hpp
 include/fcppt/options/option.hpp
+include/fcppt/options/option_conversion_error.hpp
+include/fcppt/options/option_conversion_error_fwd.hpp
 include/fcppt/options/option_decl.hpp
 include/fcppt/options/option_fwd.hpp
 include/fcppt/options/option_impl.hpp
@@ -1250,6 +1279,8 @@ include/fcppt/options/option_name.hpp
 include/fcppt/options/option_name_comparison.hpp
 include/fcppt/options/option_name_fwd.hpp
 include/fcppt/options/option_name_set.hpp
+include/fcppt/options/option_usage.hpp
+include/fcppt/options/option_usage_fwd.hpp
 include/fcppt/options/optional_decl.hpp
 include/fcppt/options/optional_fwd.hpp
 include/fcppt/options/optional_help_text.hpp
@@ -1257,9 +1288,9 @@ include/fcppt/options/optional_help_text_fwd.hpp
 include/fcppt/options/optional_impl.hpp
 include/fcppt/options/optional_short_name.hpp
 include/fcppt/options/optional_short_name_fwd.hpp
+include/fcppt/options/optional_usage.hpp
+include/fcppt/options/optional_usage_fwd.hpp
 include/fcppt/options/options_label.hpp
-include/fcppt/options/other_error.hpp
-include/fcppt/options/other_error_fwd.hpp
 include/fcppt/options/parse.hpp
 include/fcppt/options/parse_context.hpp
 include/fcppt/options/parse_context_fwd.hpp
@@ -1275,6 +1306,8 @@ include/fcppt/options/pretty_type_impl_fwd.hpp
 include/fcppt/options/product_decl.hpp
 include/fcppt/options/product_fwd.hpp
 include/fcppt/options/product_impl.hpp
+include/fcppt/options/product_usage.hpp
+include/fcppt/options/product_usage_fwd.hpp
 include/fcppt/options/result.hpp
 include/fcppt/options/result_fwd.hpp
 include/fcppt/options/result_of.hpp
@@ -1292,13 +1325,19 @@ include/fcppt/options/sub_command_decl.hpp
 include/fcppt/options/sub_command_fwd.hpp
 include/fcppt/options/sub_command_impl.hpp
 include/fcppt/options/sub_command_label.hpp
+include/fcppt/options/sub_command_usage.hpp
+include/fcppt/options/sub_command_usage_fwd.hpp
 include/fcppt/options/sum_decl.hpp
 include/fcppt/options/sum_fwd.hpp
 include/fcppt/options/sum_impl.hpp
+include/fcppt/options/sum_usage.hpp
+include/fcppt/options/sum_usage_fwd.hpp
 include/fcppt/options/switch.hpp
 include/fcppt/options/switch_decl.hpp
 include/fcppt/options/switch_fwd.hpp
 include/fcppt/options/switch_impl.hpp
+include/fcppt/options/type_name.hpp
+include/fcppt/options/type_name_fwd.hpp
 include/fcppt/options/unit.hpp
 include/fcppt/options/unit_decl.hpp
 include/fcppt/options/unit_fwd.hpp
@@ -1307,6 +1346,13 @@ include/fcppt/options/unit_switch.hpp
 include/fcppt/options/unit_switch_decl.hpp
 include/fcppt/options/unit_switch_fwd.hpp
 include/fcppt/options/unit_switch_impl.hpp
+include/fcppt/options/unit_usage.hpp
+include/fcppt/options/unit_usage_fwd.hpp
+include/fcppt/options/usage.hpp
+include/fcppt/options/usage_fwd.hpp
+include/fcppt/options/usage_output.hpp
+include/fcppt/options/usage_variant.hpp
+include/fcppt/options/usage_variant_fwd.hpp
 include/fcppt/output.hpp
 include/fcppt/output_impl.hpp
 include/fcppt/output_impl_fwd.hpp
@@ -1326,6 +1372,9 @@ include/fcppt/overloaded_decl.hpp
 include/fcppt/overloaded_fwd.hpp
 include/fcppt/overloaded_impl.hpp
 include/fcppt/parse/alternative_decl.hpp
+include/fcppt/parse/alternative_error_decl.hpp
+include/fcppt/parse/alternative_error_fwd.hpp
+include/fcppt/parse/alternative_error_impl.hpp
 include/fcppt/parse/alternative_fwd.hpp
 include/fcppt/parse/alternative_impl.hpp
 include/fcppt/parse/alternative_result.hpp
@@ -1337,15 +1386,24 @@ include/fcppt/parse/base_unique_ptr.hpp
 include/fcppt/parse/base_unique_ptr_fwd.hpp
 include/fcppt/parse/basic_char.hpp
 include/fcppt/parse/basic_char_decl.hpp
+include/fcppt/parse/basic_char_error_decl.hpp
+include/fcppt/parse/basic_char_error_fwd.hpp
+include/fcppt/parse/basic_char_error_impl.hpp
 include/fcppt/parse/basic_char_fwd.hpp
 include/fcppt/parse/basic_char_impl.hpp
 include/fcppt/parse/basic_char_set.hpp
 include/fcppt/parse/basic_char_set_container.hpp
 include/fcppt/parse/basic_char_set_decl.hpp
+include/fcppt/parse/basic_char_set_error_decl.hpp
+include/fcppt/parse/basic_char_set_error_fwd.hpp
+include/fcppt/parse/basic_char_set_error_impl.hpp
 include/fcppt/parse/basic_char_set_fwd.hpp
 include/fcppt/parse/basic_char_set_impl.hpp
 include/fcppt/parse/basic_literal.hpp
 include/fcppt/parse/basic_literal_decl.hpp
+include/fcppt/parse/basic_literal_error_decl.hpp
+include/fcppt/parse/basic_literal_error_fwd.hpp
+include/fcppt/parse/basic_literal_error_impl.hpp
 include/fcppt/parse/basic_literal_fwd.hpp
 include/fcppt/parse/basic_literal_impl.hpp
 include/fcppt/parse/basic_stream_decl.hpp
@@ -1353,6 +1411,9 @@ include/fcppt/parse/basic_stream_fwd.hpp
 include/fcppt/parse/basic_stream_impl.hpp
 include/fcppt/parse/basic_string.hpp
 include/fcppt/parse/basic_string_decl.hpp
+include/fcppt/parse/basic_string_error_decl.hpp
+include/fcppt/parse/basic_string_error_fwd.hpp
+include/fcppt/parse/basic_string_error_impl.hpp
 include/fcppt/parse/basic_string_fwd.hpp
 include/fcppt/parse/basic_string_impl.hpp
 include/fcppt/parse/blank.hpp
@@ -1367,6 +1428,9 @@ include/fcppt/parse/char_set_fwd.hpp
 include/fcppt/parse/char_set_impl.hpp
 include/fcppt/parse/column.hpp
 include/fcppt/parse/complement_decl.hpp
+include/fcppt/parse/complement_error_decl.hpp
+include/fcppt/parse/complement_error_fwd.hpp
+include/fcppt/parse/complement_error_impl.hpp
 include/fcppt/parse/complement_fwd.hpp
 include/fcppt/parse/complement_impl.hpp
 include/fcppt/parse/construct.hpp
@@ -1382,6 +1446,10 @@ include/fcppt/parse/convert_if_decl.hpp
 include/fcppt/parse/convert_if_fwd.hpp
 include/fcppt/parse/convert_if_impl.hpp
 include/fcppt/parse/convert_impl.hpp
+include/fcppt/parse/custom_error.hpp
+include/fcppt/parse/custom_error_decl.hpp
+include/fcppt/parse/custom_error_fwd.hpp
+include/fcppt/parse/custom_error_impl.hpp
 include/fcppt/parse/deref.hpp
 include/fcppt/parse/deref_type.hpp
 include/fcppt/parse/detail/alternative_list.hpp
@@ -1395,46 +1463,51 @@ include/fcppt/parse/detail/concrete_fwd.hpp
 include/fcppt/parse/detail/concrete_impl.hpp
 include/fcppt/parse/detail/consume_remaining.hpp
 include/fcppt/parse/detail/exception.hpp
-include/fcppt/parse/detail/expected.hpp
 include/fcppt/parse/detail/flatten_tuples.hpp
 include/fcppt/parse/detail/is_char_set.hpp
 include/fcppt/parse/detail/make_alternative.hpp
 include/fcppt/parse/detail/make_tuple.hpp
+include/fcppt/parse/detail/print_char.hpp
+include/fcppt/parse/detail/print_error.hpp
 include/fcppt/parse/detail/sequence_result.hpp
 include/fcppt/parse/detail/stream_decl.hpp
 include/fcppt/parse/detail/stream_fwd.hpp
 include/fcppt/parse/detail/stream_impl.hpp
+include/fcppt/parse/detail/translate_exception.hpp
 include/fcppt/parse/digits.hpp
 include/fcppt/parse/epsilon.hpp
 include/fcppt/parse/epsilon_decl.hpp
 include/fcppt/parse/epsilon_fwd.hpp
 include/fcppt/parse/epsilon_impl.hpp
 include/fcppt/parse/error.hpp
-include/fcppt/parse/error_add.hpp
 include/fcppt/parse/error_decl.hpp
-include/fcppt/parse/error_equal.hpp
 include/fcppt/parse/error_fwd.hpp
 include/fcppt/parse/error_impl.hpp
 include/fcppt/parse/error_output.hpp
+include/fcppt/parse/error_variant_decl.hpp
+include/fcppt/parse/error_variant_fwd.hpp
+include/fcppt/parse/error_variant_impl.hpp
 include/fcppt/parse/exclude_decl.hpp
 include/fcppt/parse/exclude_fwd.hpp
 include/fcppt/parse/exclude_impl.hpp
+include/fcppt/parse/expected_tag_fwd.hpp
 include/fcppt/parse/fail.hpp
 include/fcppt/parse/fail_decl.hpp
+include/fcppt/parse/fail_error_decl.hpp
+include/fcppt/parse/fail_error_fwd.hpp
+include/fcppt/parse/fail_error_impl.hpp
 include/fcppt/parse/fail_fwd.hpp
 include/fcppt/parse/fail_impl.hpp
 include/fcppt/parse/fatal_decl.hpp
 include/fcppt/parse/fatal_fwd.hpp
 include/fcppt/parse/fatal_impl.hpp
-include/fcppt/parse/fatal_tag.hpp
-include/fcppt/parse/fatal_tag_fwd.hpp
 include/fcppt/parse/float.hpp
 include/fcppt/parse/float_decl.hpp
 include/fcppt/parse/float_fwd.hpp
 include/fcppt/parse/float_impl.hpp
 include/fcppt/parse/get_char.hpp
-include/fcppt/parse/get_char_error.hpp
 include/fcppt/parse/get_position.hpp
+include/fcppt/parse/got_tag_fwd.hpp
 include/fcppt/parse/grammar.hpp
 include/fcppt/parse/grammar_decl.hpp
 include/fcppt/parse/grammar_fwd.hpp
@@ -1450,8 +1523,11 @@ include/fcppt/parse/int_decl.hpp
 include/fcppt/parse/int_fwd.hpp
 include/fcppt/parse/int_impl.hpp
 include/fcppt/parse/is_char.hpp
+include/fcppt/parse/is_fatal.hpp
+include/fcppt/parse/is_fatal_fwd.hpp
 include/fcppt/parse/is_parser.hpp
 include/fcppt/parse/is_valid_argument.hpp
+include/fcppt/parse/left_error_tag_fwd.hpp
 include/fcppt/parse/lexeme.hpp
 include/fcppt/parse/lexeme_decl.hpp
 include/fcppt/parse/lexeme_fwd.hpp
@@ -1478,11 +1554,16 @@ include/fcppt/parse/make_fatal.hpp
 include/fcppt/parse/make_ignore.hpp
 include/fcppt/parse/make_lexeme.hpp
 include/fcppt/parse/make_literal.hpp
+include/fcppt/parse/make_parse_stream_success.hpp
+include/fcppt/parse/make_parse_string_success.hpp
 include/fcppt/parse/make_recursive.hpp
 include/fcppt/parse/make_success.hpp
 include/fcppt/parse/make_with_location.hpp
 include/fcppt/parse/named.hpp
 include/fcppt/parse/named_decl.hpp
+include/fcppt/parse/named_error_decl.hpp
+include/fcppt/parse/named_error_fwd.hpp
+include/fcppt/parse/named_error_impl.hpp
 include/fcppt/parse/named_fwd.hpp
 include/fcppt/parse/named_impl.hpp
 include/fcppt/parse/not_decl.hpp
@@ -1501,7 +1582,17 @@ include/fcppt/parse/optional_fwd.hpp
 include/fcppt/parse/optional_impl.hpp
 include/fcppt/parse/parse.hpp
 include/fcppt/parse/parse_stream.hpp
+include/fcppt/parse/parse_stream_error.hpp
+include/fcppt/parse/parse_stream_error_decl.hpp
+include/fcppt/parse/parse_stream_error_fwd.hpp
+include/fcppt/parse/parse_stream_error_impl.hpp
+include/fcppt/parse/parse_stream_error_output.hpp
 include/fcppt/parse/parse_string.hpp
+include/fcppt/parse/parse_string_error.hpp
+include/fcppt/parse/parse_string_error_decl.hpp
+include/fcppt/parse/parse_string_error_fwd.hpp
+include/fcppt/parse/parse_string_error_impl.hpp
+include/fcppt/parse/parse_string_error_output.hpp
 include/fcppt/parse/phrase_parse.hpp
 include/fcppt/parse/phrase_parse_stream.hpp
 include/fcppt/parse/phrase_parse_string.hpp
@@ -1525,6 +1616,7 @@ include/fcppt/parse/repetition_result.hpp
 include/fcppt/parse/result.hpp
 include/fcppt/parse/result_fwd.hpp
 include/fcppt/parse/result_of.hpp
+include/fcppt/parse/right_error_tag_fwd.hpp
 include/fcppt/parse/separator.hpp
 include/fcppt/parse/separator_decl.hpp
 include/fcppt/parse/separator_fwd.hpp
@@ -1603,6 +1695,10 @@ include/fcppt/parse/string_decl.hpp
 include/fcppt/parse/string_fwd.hpp
 include/fcppt/parse/string_impl.hpp
 include/fcppt/parse/tag.hpp
+include/fcppt/parse/type_name_tag_fwd.hpp
+include/fcppt/parse/typed_error_decl.hpp
+include/fcppt/parse/typed_error_fwd.hpp
+include/fcppt/parse/typed_error_impl.hpp
 include/fcppt/parse/uint.hpp
 include/fcppt/parse/uint_decl.hpp
 include/fcppt/parse/uint_fwd.hpp
@@ -1632,6 +1728,10 @@ include/fcppt/preprocessor/disable_vc_warning.hpp
 include/fcppt/preprocessor/file.hpp
 include/fcppt/preprocessor/fixme.hpp
 include/fcppt/preprocessor/function.hpp
+include/fcppt/preprocessor/ignore_dangling_reference.h
+include/fcppt/preprocessor/ignore_dangling_reference.hpp
+include/fcppt/preprocessor/ignore_unsafe_buffer_usage.h
+include/fcppt/preprocessor/ignore_unsafe_buffer_usage.hpp
 include/fcppt/preprocessor/message.hpp
 include/fcppt/preprocessor/pop_warning.h
 include/fcppt/preprocessor/pop_warning.hpp
@@ -2004,13 +2104,13 @@ lib/cmake/fcppt/fcppt-config.cmake
 lib/cmake/fcppt/fcpptTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/fcppt/fcpptTargets.cmake
 lib/libfcppt_core.so
-lib/libfcppt_core.so.4.3
+lib/libfcppt_core.so.4.4
 lib/libfcppt_filesystem.so
-lib/libfcppt_filesystem.so.4.3
+lib/libfcppt_filesystem.so.4.4
 lib/libfcppt_log.so
-lib/libfcppt_log.so.4.3
+lib/libfcppt_log.so.4.4
 lib/libfcppt_options.so
-lib/libfcppt_options.so.4.3
+lib/libfcppt_options.so.4.4
 %%DATADIR%%/cmake/FcpptCMakeUtils.cmake
 %%DATADIR%%/cmake/FcpptCMakeUtilsClangTidy.cmake
 %%DATADIR%%/cmake/FcpptCMakeUtilsFunctions.cmake