1 file changed
+1
-1
lines changed- CMakeLists.txt+1-1
- doc/pfr.qbk+1-1
- example/get.cpp+1-1
- example/motivating_example0.cpp+1-1
- example/quick_examples.cpp+1-1
- example/sample_printing.cpp+1-1
- include/boost/pfr.hpp+1-1
- include/boost/pfr/config.hpp+1-1
- include/boost/pfr/core.hpp+1-1
- include/boost/pfr/detail/config.hpp+1-1
- include/boost/pfr/detail/core.hpp+1-1
- include/boost/pfr/detail/core14_classic.hpp+1-1
- include/boost/pfr/detail/core14_loophole.hpp+1-1
- include/boost/pfr/detail/core17.hpp+1-1
- include/boost/pfr/detail/core17_generated.hpp+1-1
- include/boost/pfr/detail/detectors.hpp+1-1
- include/boost/pfr/detail/fake_object.hpp+1-1
- include/boost/pfr/detail/fields_count.hpp+1-1
- include/boost/pfr/detail/for_each_field.hpp+1-1
- include/boost/pfr/detail/for_each_field_impl.hpp+1-1
- include/boost/pfr/detail/functional.hpp+1-1
- include/boost/pfr/detail/io.hpp+1-1
- include/boost/pfr/detail/make_flat_tuple_of_references.hpp+1-1
- include/boost/pfr/detail/make_integer_sequence.hpp+1-1
- include/boost/pfr/detail/offset_based_getter.hpp+1-1
- include/boost/pfr/detail/rvalue_t.hpp+1-1
- include/boost/pfr/detail/sequence_tuple.hpp+1-1
- include/boost/pfr/detail/size_array.hpp+1-1
- include/boost/pfr/detail/size_t_.hpp+1-1
- include/boost/pfr/detail/stdtuple.hpp+1-1
- include/boost/pfr/detail/tie_from_structure_tuple.hpp+1-1
- include/boost/pfr/detail/unsafe_declval.hpp+1-1
- include/boost/pfr/functions_for.hpp+1-1
- include/boost/pfr/functors.hpp+1-1
- include/boost/pfr/io.hpp+1-1
- include/boost/pfr/io_fields.hpp+1-1
- include/boost/pfr/ops.hpp+1-1
- include/boost/pfr/ops_fields.hpp+1-1
- include/boost/pfr/tuple_size.hpp+1-1
- index.html+1-1
- misc/generate_cpp17.py+2-2
- module/CMakeLists.txt+1-1
- module/pfr.cppm+1-1
- module/usage_sample.cpp+1-1
- module/usage_test_mu1.cpp+1-1
- module/usage_test_mu2.cpp+1-1
- test/config/print_config.cpp+1-1
- test/core/Jamfile.v2+1-1
- test/core/compile-fail/constructible_0_or_more_args.cpp+1-1
- test/core/compile-fail/constructible_1_or_more_args.cpp+1-1
- test/core/compile-fail/fields_count_on_reference.cpp+1-1
- test/core/compile-fail/movable_and_lvalue_references.cpp+1-1
- test/core/compile-fail/non_aggregate.cpp+1-1
- test/core/compile-fail/ops_on_union.cpp+1-1
- test/core/compile-fail/ops_unions.cpp+1-1
- test/core/compile-fail/ops_unrestricted_unions.cpp+1-1
- test/core/compile-fail/pfr_review_test2.cpp+1-1
- test/core/compile-fail/private_fields.cpp+1-1
- test/core/compile-fail/protected_fields.cpp+1-1
- test/core/compile-fail/rvalue_tie.cpp+1-1
- test/core/compile-fail/virtual_functions.cpp+1-1
- test/core/fields_count_on_incomplete_type.cpp+1-1
- test/core/loophole_detection.cpp+1-1
- test/core/offset_based_getter.cpp+1-1
- test/core/run/bitfields_count.cpp+1-1
- test/core/run/constexpr_ops.cpp+1-1
- test/core/run/destructuring_tie.cpp+1-1
- test/core/run/error_pfr_c1202.cpp+1-1
- test/core/run/fields_count_on_const.cpp+1-1
- test/core/run/for_each_field.cpp+1-1
- test/core/run/functions_for.cpp+1-1
- test/core/run/get_by_type.cpp+1-1
- test/core/run/get_const_field.cpp+1-1
- test/core/run/get_rvalue.cpp+1-1
- test/core/run/issue30.cpp+1-1
- test/core/run/issue33.cpp+1-1
- test/core/run/motivating_example.cpp+1-1
- test/core/run/motivating_example2.cpp+1-1
- test/core/run/non_copyable_but_movable.cpp+1-1
- test/core/run/non_dc_non_cop_but_mov.cpp+1-1
- test/core/run/non_default_constructible.cpp+1-1
- test/core/run/non_movable.cpp+1-1
- test/core/run/non_std_layout.cpp+1-1
- test/core/run/ops.cpp+1-1
- test/core/run/optional_chrono.cpp+1-1
- test/core/run/read_write.cpp+1-1
- test/core/run/read_write_non_literal.cpp+1-1
- test/core/run/std_interactions.cpp+1-1
- test/core/run/structure_to_tuple.cpp+1-1
- test/core/run/template_constructor.cpp+1-1
- test/core/run/template_forwarding_ref.cpp+1-1
- test/core/run/template_unconstrained.cpp+1-1
- test/core/run/tie_anonymous.cpp+1-1
- test/core/run/tie_anonymous_const_field.cpp+1-1
- test/core/run/tuple_size.cpp+1-1
- test/core/test_tuple_sizes_on.cpp+1-1
0 commit comments