From d5cd72d2fd5b154ca718348cbd57a23e39964d98 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Fri, 16 Nov 2018 21:42:25 -0500 Subject: [PATCH] Remove executable permissions. --- include/boost/parameter/aux_/arg_list.hpp | 0 include/boost/parameter/aux_/as_lvalue.hpp | 0 include/boost/parameter/aux_/augment_predicate.hpp | 0 include/boost/parameter/aux_/default.hpp | 0 include/boost/parameter/aux_/is_tagged_argument.hpp | 0 include/boost/parameter/aux_/lambda_tag.hpp | 0 include/boost/parameter/aux_/name.hpp | 0 include/boost/parameter/aux_/pack/as_parameter_requirements.hpp | 0 include/boost/parameter/aux_/pack/deduce_tag.hpp | 0 include/boost/parameter/aux_/pack/deduced_item.hpp | 0 include/boost/parameter/aux_/pack/insert_tagged.hpp | 0 include/boost/parameter/aux_/pack/is_named_argument.hpp | 0 include/boost/parameter/aux_/pack/item.hpp | 0 include/boost/parameter/aux_/pack/make_arg_list.hpp | 0 include/boost/parameter/aux_/pack/make_deduced_items.hpp | 0 include/boost/parameter/aux_/pack/make_items.hpp | 0 include/boost/parameter/aux_/pack/make_parameter_spec_items.hpp | 0 include/boost/parameter/aux_/pack/parameter_requirements.hpp | 0 include/boost/parameter/aux_/pack/predicate.hpp | 0 include/boost/parameter/aux_/pack/satisfies.hpp | 0 include/boost/parameter/aux_/pack/tag_deduced.hpp | 0 include/boost/parameter/aux_/pack/tag_keyword_arg.hpp | 0 include/boost/parameter/aux_/pack/tag_keyword_arg_ref.hpp | 0 include/boost/parameter/aux_/pack/tag_template_keyword_arg.hpp | 0 include/boost/parameter/aux_/pack/tag_type.hpp | 0 include/boost/parameter/aux_/pack/unmatched_argument.hpp | 0 include/boost/parameter/aux_/pp_impl/argument_pack.hpp | 0 include/boost/parameter/aux_/pp_impl/match.hpp | 0 include/boost/parameter/aux_/pp_impl/unwrap_predicate.hpp | 0 include/boost/parameter/aux_/preprocessor/binary_seq_for_each.hpp | 0 .../boost/parameter/aux_/preprocessor/binary_seq_for_each_inc.hpp | 0 include/boost/parameter/aux_/preprocessor/binary_seq_to_args.hpp | 0 include/boost/parameter/aux_/preprocessor/convert_binary_seq.hpp | 0 include/boost/parameter/aux_/preprocessor/for_each.hpp | 0 include/boost/parameter/aux_/preprocessor/for_each_pred.hpp | 0 include/boost/parameter/aux_/preprocessor/impl/argument_specs.hpp | 0 include/boost/parameter/aux_/preprocessor/impl/arity_range.hpp | 0 include/boost/parameter/aux_/preprocessor/impl/flatten.hpp | 0 include/boost/parameter/aux_/preprocessor/impl/for_each.hpp | 0 .../parameter/aux_/preprocessor/impl/forwarding_overloads.hpp | 0 include/boost/parameter/aux_/preprocessor/impl/function_cast.hpp | 0 .../parameter/aux_/preprocessor/impl/function_dispatch_layer.hpp | 0 .../parameter/aux_/preprocessor/impl/function_dispatch_tuple.hpp | 0 .../parameter/aux_/preprocessor/impl/function_forward_match.hpp | 0 include/boost/parameter/aux_/preprocessor/impl/function_name.hpp | 0 .../boost/parameter/aux_/preprocessor/impl/parenthesized_type.hpp | 0 include/boost/parameter/aux_/preprocessor/impl/specification.hpp | 0 include/boost/parameter/aux_/preprocessor/impl/split_args.hpp | 0 include/boost/parameter/aux_/preprocessor/inc_binary_seq.hpp | 0 include/boost/parameter/aux_/preprocessor/is_binary.hpp | 0 include/boost/parameter/aux_/preprocessor/is_nullary.hpp | 0 .../parameter/aux_/preprocessor/no_perfect_forwarding_begin.hpp | 0 .../parameter/aux_/preprocessor/no_perfect_forwarding_end.hpp | 0 include/boost/parameter/aux_/preprocessor/overloads.hpp | 0 include/boost/parameter/aux_/preprocessor/qualifier.hpp | 0 include/boost/parameter/aux_/preprocessor/seq_enum.hpp | 0 include/boost/parameter/aux_/preprocessor/seq_merge.hpp | 0 include/boost/parameter/aux_/set.hpp | 0 include/boost/parameter/aux_/tag.hpp | 0 include/boost/parameter/aux_/tagged_argument.hpp | 0 include/boost/parameter/aux_/tagged_argument_fwd.hpp | 0 include/boost/parameter/aux_/template_keyword.hpp | 0 include/boost/parameter/aux_/unwrap_cv_reference.hpp | 0 include/boost/parameter/aux_/use_default.hpp | 0 include/boost/parameter/aux_/use_default_tag.hpp | 0 include/boost/parameter/config.hpp | 0 include/boost/parameter/deduced.hpp | 0 include/boost/parameter/is_argument_pack.hpp | 0 include/boost/parameter/keyword.hpp | 0 include/boost/parameter/keyword_fwd.hpp | 0 include/boost/parameter/macros.hpp | 0 include/boost/parameter/match.hpp | 0 include/boost/parameter/nested_keyword.hpp | 0 include/boost/parameter/optional.hpp | 0 include/boost/parameter/parameters.hpp | 0 include/boost/parameter/preprocessor.hpp | 0 include/boost/parameter/required.hpp | 0 test/basics.cpp | 0 test/basics.hpp | 0 test/compose.cpp | 0 test/deduced.hpp | 0 test/earwicker.cpp | 0 test/evaluate_category.cpp | 0 test/evaluate_category.hpp | 0 test/evaluate_category_10.cpp | 0 test/evaluate_category_16.cpp | 0 test/function_type_tpl_param.cpp | 0 test/literate/extracting-parameter-types0.cpp | 0 test/macros_eval_category.cpp | 0 test/normalized_argument_types.cpp | 0 test/ntp.cpp | 0 test/optional_deduced_sfinae.cpp | 0 test/preprocessor.cpp | 0 test/preprocessor_deduced.cpp | 0 test/preprocessor_eval_cat_8.cpp | 0 test/preprocessor_eval_category.cpp | 0 test/sfinae.cpp | 0 97 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 include/boost/parameter/aux_/arg_list.hpp mode change 100755 => 100644 include/boost/parameter/aux_/as_lvalue.hpp mode change 100755 => 100644 include/boost/parameter/aux_/augment_predicate.hpp mode change 100755 => 100644 include/boost/parameter/aux_/default.hpp mode change 100755 => 100644 include/boost/parameter/aux_/is_tagged_argument.hpp mode change 100755 => 100644 include/boost/parameter/aux_/lambda_tag.hpp mode change 100755 => 100644 include/boost/parameter/aux_/name.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/as_parameter_requirements.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/deduce_tag.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/deduced_item.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/insert_tagged.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/is_named_argument.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/item.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/make_arg_list.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/make_deduced_items.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/make_items.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/make_parameter_spec_items.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/parameter_requirements.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/predicate.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/satisfies.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/tag_deduced.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/tag_keyword_arg.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/tag_keyword_arg_ref.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/tag_template_keyword_arg.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/tag_type.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pack/unmatched_argument.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pp_impl/argument_pack.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pp_impl/match.hpp mode change 100755 => 100644 include/boost/parameter/aux_/pp_impl/unwrap_predicate.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/binary_seq_for_each.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/binary_seq_for_each_inc.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/binary_seq_to_args.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/convert_binary_seq.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/for_each.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/for_each_pred.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/impl/argument_specs.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/impl/arity_range.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/impl/flatten.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/impl/for_each.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/impl/forwarding_overloads.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/impl/function_cast.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/impl/function_dispatch_layer.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/impl/function_dispatch_tuple.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/impl/function_forward_match.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/impl/function_name.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/impl/parenthesized_type.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/impl/specification.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/impl/split_args.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/inc_binary_seq.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/is_binary.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/is_nullary.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/no_perfect_forwarding_begin.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/no_perfect_forwarding_end.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/overloads.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/qualifier.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/seq_enum.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/seq_merge.hpp mode change 100755 => 100644 include/boost/parameter/aux_/set.hpp mode change 100755 => 100644 include/boost/parameter/aux_/tag.hpp mode change 100755 => 100644 include/boost/parameter/aux_/tagged_argument.hpp mode change 100755 => 100644 include/boost/parameter/aux_/tagged_argument_fwd.hpp mode change 100755 => 100644 include/boost/parameter/aux_/template_keyword.hpp mode change 100755 => 100644 include/boost/parameter/aux_/unwrap_cv_reference.hpp mode change 100755 => 100644 include/boost/parameter/aux_/use_default.hpp mode change 100755 => 100644 include/boost/parameter/aux_/use_default_tag.hpp mode change 100755 => 100644 include/boost/parameter/config.hpp mode change 100755 => 100644 include/boost/parameter/deduced.hpp mode change 100755 => 100644 include/boost/parameter/is_argument_pack.hpp mode change 100755 => 100644 include/boost/parameter/keyword.hpp mode change 100755 => 100644 include/boost/parameter/keyword_fwd.hpp mode change 100755 => 100644 include/boost/parameter/macros.hpp mode change 100755 => 100644 include/boost/parameter/match.hpp mode change 100755 => 100644 include/boost/parameter/nested_keyword.hpp mode change 100755 => 100644 include/boost/parameter/optional.hpp mode change 100755 => 100644 include/boost/parameter/parameters.hpp mode change 100755 => 100644 include/boost/parameter/preprocessor.hpp mode change 100755 => 100644 include/boost/parameter/required.hpp mode change 100755 => 100644 test/basics.cpp mode change 100755 => 100644 test/basics.hpp mode change 100755 => 100644 test/compose.cpp mode change 100755 => 100644 test/deduced.hpp mode change 100755 => 100644 test/earwicker.cpp mode change 100755 => 100644 test/evaluate_category.cpp mode change 100755 => 100644 test/evaluate_category.hpp mode change 100755 => 100644 test/evaluate_category_10.cpp mode change 100755 => 100644 test/evaluate_category_16.cpp mode change 100755 => 100644 test/function_type_tpl_param.cpp mode change 100755 => 100644 test/literate/extracting-parameter-types0.cpp mode change 100755 => 100644 test/macros_eval_category.cpp mode change 100755 => 100644 test/normalized_argument_types.cpp mode change 100755 => 100644 test/ntp.cpp mode change 100755 => 100644 test/optional_deduced_sfinae.cpp mode change 100755 => 100644 test/preprocessor.cpp mode change 100755 => 100644 test/preprocessor_deduced.cpp mode change 100755 => 100644 test/preprocessor_eval_cat_8.cpp mode change 100755 => 100644 test/preprocessor_eval_category.cpp mode change 100755 => 100644 test/sfinae.cpp diff --git a/include/boost/parameter/aux_/arg_list.hpp b/include/boost/parameter/aux_/arg_list.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/as_lvalue.hpp b/include/boost/parameter/aux_/as_lvalue.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/augment_predicate.hpp b/include/boost/parameter/aux_/augment_predicate.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/default.hpp b/include/boost/parameter/aux_/default.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/is_tagged_argument.hpp b/include/boost/parameter/aux_/is_tagged_argument.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/lambda_tag.hpp b/include/boost/parameter/aux_/lambda_tag.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/name.hpp b/include/boost/parameter/aux_/name.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/as_parameter_requirements.hpp b/include/boost/parameter/aux_/pack/as_parameter_requirements.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/deduce_tag.hpp b/include/boost/parameter/aux_/pack/deduce_tag.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/deduced_item.hpp b/include/boost/parameter/aux_/pack/deduced_item.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/insert_tagged.hpp b/include/boost/parameter/aux_/pack/insert_tagged.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/is_named_argument.hpp b/include/boost/parameter/aux_/pack/is_named_argument.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/item.hpp b/include/boost/parameter/aux_/pack/item.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/make_arg_list.hpp b/include/boost/parameter/aux_/pack/make_arg_list.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/make_deduced_items.hpp b/include/boost/parameter/aux_/pack/make_deduced_items.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/make_items.hpp b/include/boost/parameter/aux_/pack/make_items.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/make_parameter_spec_items.hpp b/include/boost/parameter/aux_/pack/make_parameter_spec_items.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/parameter_requirements.hpp b/include/boost/parameter/aux_/pack/parameter_requirements.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/predicate.hpp b/include/boost/parameter/aux_/pack/predicate.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/satisfies.hpp b/include/boost/parameter/aux_/pack/satisfies.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/tag_deduced.hpp b/include/boost/parameter/aux_/pack/tag_deduced.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/tag_keyword_arg.hpp b/include/boost/parameter/aux_/pack/tag_keyword_arg.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/tag_keyword_arg_ref.hpp b/include/boost/parameter/aux_/pack/tag_keyword_arg_ref.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/tag_template_keyword_arg.hpp b/include/boost/parameter/aux_/pack/tag_template_keyword_arg.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/tag_type.hpp b/include/boost/parameter/aux_/pack/tag_type.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pack/unmatched_argument.hpp b/include/boost/parameter/aux_/pack/unmatched_argument.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pp_impl/argument_pack.hpp b/include/boost/parameter/aux_/pp_impl/argument_pack.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pp_impl/match.hpp b/include/boost/parameter/aux_/pp_impl/match.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/pp_impl/unwrap_predicate.hpp b/include/boost/parameter/aux_/pp_impl/unwrap_predicate.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/binary_seq_for_each.hpp b/include/boost/parameter/aux_/preprocessor/binary_seq_for_each.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/binary_seq_for_each_inc.hpp b/include/boost/parameter/aux_/preprocessor/binary_seq_for_each_inc.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/binary_seq_to_args.hpp b/include/boost/parameter/aux_/preprocessor/binary_seq_to_args.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/convert_binary_seq.hpp b/include/boost/parameter/aux_/preprocessor/convert_binary_seq.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/for_each.hpp b/include/boost/parameter/aux_/preprocessor/for_each.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/for_each_pred.hpp b/include/boost/parameter/aux_/preprocessor/for_each_pred.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/impl/argument_specs.hpp b/include/boost/parameter/aux_/preprocessor/impl/argument_specs.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/impl/arity_range.hpp b/include/boost/parameter/aux_/preprocessor/impl/arity_range.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/impl/flatten.hpp b/include/boost/parameter/aux_/preprocessor/impl/flatten.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/impl/for_each.hpp b/include/boost/parameter/aux_/preprocessor/impl/for_each.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/impl/forwarding_overloads.hpp b/include/boost/parameter/aux_/preprocessor/impl/forwarding_overloads.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/impl/function_cast.hpp b/include/boost/parameter/aux_/preprocessor/impl/function_cast.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/impl/function_dispatch_layer.hpp b/include/boost/parameter/aux_/preprocessor/impl/function_dispatch_layer.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/impl/function_dispatch_tuple.hpp b/include/boost/parameter/aux_/preprocessor/impl/function_dispatch_tuple.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/impl/function_forward_match.hpp b/include/boost/parameter/aux_/preprocessor/impl/function_forward_match.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/impl/function_name.hpp b/include/boost/parameter/aux_/preprocessor/impl/function_name.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/impl/parenthesized_type.hpp b/include/boost/parameter/aux_/preprocessor/impl/parenthesized_type.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/impl/specification.hpp b/include/boost/parameter/aux_/preprocessor/impl/specification.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/impl/split_args.hpp b/include/boost/parameter/aux_/preprocessor/impl/split_args.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/inc_binary_seq.hpp b/include/boost/parameter/aux_/preprocessor/inc_binary_seq.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/is_binary.hpp b/include/boost/parameter/aux_/preprocessor/is_binary.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/is_nullary.hpp b/include/boost/parameter/aux_/preprocessor/is_nullary.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/no_perfect_forwarding_begin.hpp b/include/boost/parameter/aux_/preprocessor/no_perfect_forwarding_begin.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/no_perfect_forwarding_end.hpp b/include/boost/parameter/aux_/preprocessor/no_perfect_forwarding_end.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/overloads.hpp b/include/boost/parameter/aux_/preprocessor/overloads.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/qualifier.hpp b/include/boost/parameter/aux_/preprocessor/qualifier.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/seq_enum.hpp b/include/boost/parameter/aux_/preprocessor/seq_enum.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/seq_merge.hpp b/include/boost/parameter/aux_/preprocessor/seq_merge.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/set.hpp b/include/boost/parameter/aux_/set.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/tag.hpp b/include/boost/parameter/aux_/tag.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/tagged_argument.hpp b/include/boost/parameter/aux_/tagged_argument.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/tagged_argument_fwd.hpp b/include/boost/parameter/aux_/tagged_argument_fwd.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/template_keyword.hpp b/include/boost/parameter/aux_/template_keyword.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/unwrap_cv_reference.hpp b/include/boost/parameter/aux_/unwrap_cv_reference.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/use_default.hpp b/include/boost/parameter/aux_/use_default.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/use_default_tag.hpp b/include/boost/parameter/aux_/use_default_tag.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/config.hpp b/include/boost/parameter/config.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/deduced.hpp b/include/boost/parameter/deduced.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/is_argument_pack.hpp b/include/boost/parameter/is_argument_pack.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/keyword.hpp b/include/boost/parameter/keyword.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/keyword_fwd.hpp b/include/boost/parameter/keyword_fwd.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/macros.hpp b/include/boost/parameter/macros.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/match.hpp b/include/boost/parameter/match.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/nested_keyword.hpp b/include/boost/parameter/nested_keyword.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/optional.hpp b/include/boost/parameter/optional.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/parameters.hpp b/include/boost/parameter/parameters.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/preprocessor.hpp b/include/boost/parameter/preprocessor.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/required.hpp b/include/boost/parameter/required.hpp old mode 100755 new mode 100644 diff --git a/test/basics.cpp b/test/basics.cpp old mode 100755 new mode 100644 diff --git a/test/basics.hpp b/test/basics.hpp old mode 100755 new mode 100644 diff --git a/test/compose.cpp b/test/compose.cpp old mode 100755 new mode 100644 diff --git a/test/deduced.hpp b/test/deduced.hpp old mode 100755 new mode 100644 diff --git a/test/earwicker.cpp b/test/earwicker.cpp old mode 100755 new mode 100644 diff --git a/test/evaluate_category.cpp b/test/evaluate_category.cpp old mode 100755 new mode 100644 diff --git a/test/evaluate_category.hpp b/test/evaluate_category.hpp old mode 100755 new mode 100644 diff --git a/test/evaluate_category_10.cpp b/test/evaluate_category_10.cpp old mode 100755 new mode 100644 diff --git a/test/evaluate_category_16.cpp b/test/evaluate_category_16.cpp old mode 100755 new mode 100644 diff --git a/test/function_type_tpl_param.cpp b/test/function_type_tpl_param.cpp old mode 100755 new mode 100644 diff --git a/test/literate/extracting-parameter-types0.cpp b/test/literate/extracting-parameter-types0.cpp old mode 100755 new mode 100644 diff --git a/test/macros_eval_category.cpp b/test/macros_eval_category.cpp old mode 100755 new mode 100644 diff --git a/test/normalized_argument_types.cpp b/test/normalized_argument_types.cpp old mode 100755 new mode 100644 diff --git a/test/ntp.cpp b/test/ntp.cpp old mode 100755 new mode 100644 diff --git a/test/optional_deduced_sfinae.cpp b/test/optional_deduced_sfinae.cpp old mode 100755 new mode 100644 diff --git a/test/preprocessor.cpp b/test/preprocessor.cpp old mode 100755 new mode 100644 diff --git a/test/preprocessor_deduced.cpp b/test/preprocessor_deduced.cpp old mode 100755 new mode 100644 diff --git a/test/preprocessor_eval_cat_8.cpp b/test/preprocessor_eval_cat_8.cpp old mode 100755 new mode 100644 diff --git a/test/preprocessor_eval_category.cpp b/test/preprocessor_eval_category.cpp old mode 100755 new mode 100644 diff --git a/test/sfinae.cpp b/test/sfinae.cpp old mode 100755 new mode 100644