From ae765d37a29038e60cd7bbc58a58b1502d8bc62b Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Thu, 28 May 2009 17:15:17 +0000 Subject: [PATCH] Phoenix Reloaded [SVN r53348] --- doc/Jamfile.v2 | 0 doc/html/rst.css | 0 doc/html/vellipsis.gif | Bin include/boost/parameter.hpp | 0 include/boost/parameter/aux_/arg_list.hpp | 0 include/boost/parameter/aux_/cast.hpp | 0 include/boost/parameter/aux_/default.hpp | 0 include/boost/parameter/aux_/maybe.hpp | 0 include/boost/parameter/aux_/overloads.hpp | 0 .../boost/parameter/aux_/parameter_requirements.hpp | 0 include/boost/parameter/aux_/parenthesized_type.hpp | 0 .../boost/parameter/aux_/preprocessor/flatten.hpp | 0 .../boost/parameter/aux_/preprocessor/for_each.hpp | 0 include/boost/parameter/aux_/python/invoker.hpp | 0 .../boost/parameter/aux_/python/invoker_iterate.hpp | 0 include/boost/parameter/aux_/result_of0.hpp | 0 include/boost/parameter/aux_/set.hpp | 0 include/boost/parameter/aux_/tag.hpp | 0 include/boost/parameter/aux_/template_keyword.hpp | 0 .../boost/parameter/aux_/unwrap_cv_reference.hpp | 0 include/boost/parameter/aux_/void.hpp | 0 include/boost/parameter/aux_/yesno.hpp | 0 include/boost/parameter/binding.hpp | 0 include/boost/parameter/config.hpp | 0 include/boost/parameter/keyword.hpp | 0 include/boost/parameter/macros.hpp | 0 include/boost/parameter/match.hpp | 0 include/boost/parameter/name.hpp | 0 include/boost/parameter/parameters.hpp | 0 include/boost/parameter/python.hpp | 0 include/boost/parameter/value_type.hpp | 0 index.html | 0 test/basics.cpp | 0 test/basics.hpp | 0 test/deduced.cpp | 0 test/deduced.hpp | 0 test/deduced_dependent_predicate.cpp | 0 test/deduced_unmatched_arg.cpp | 0 test/duplicates.cpp | 0 test/earwicker.cpp | 0 test/efficiency.cpp | 0 test/macros.cpp | 0 test/maybe.cpp | 0 test/mpl.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/python_test.cpp | 0 test/sfinae.cpp | 0 test/singular.cpp | 0 test/timings.txt | 0 test/tutorial.cpp | 0 test/unwrap_cv_reference.cpp | 0 55 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 doc/Jamfile.v2 mode change 100755 => 100644 doc/html/rst.css mode change 100755 => 100644 doc/html/vellipsis.gif mode change 100755 => 100644 include/boost/parameter.hpp mode change 100755 => 100644 include/boost/parameter/aux_/arg_list.hpp mode change 100755 => 100644 include/boost/parameter/aux_/cast.hpp mode change 100755 => 100644 include/boost/parameter/aux_/default.hpp mode change 100755 => 100644 include/boost/parameter/aux_/maybe.hpp mode change 100755 => 100644 include/boost/parameter/aux_/overloads.hpp mode change 100755 => 100644 include/boost/parameter/aux_/parameter_requirements.hpp mode change 100755 => 100644 include/boost/parameter/aux_/parenthesized_type.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/flatten.hpp mode change 100755 => 100644 include/boost/parameter/aux_/preprocessor/for_each.hpp mode change 100755 => 100644 include/boost/parameter/aux_/python/invoker.hpp mode change 100755 => 100644 include/boost/parameter/aux_/python/invoker_iterate.hpp mode change 100755 => 100644 include/boost/parameter/aux_/result_of0.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_/template_keyword.hpp mode change 100755 => 100644 include/boost/parameter/aux_/unwrap_cv_reference.hpp mode change 100755 => 100644 include/boost/parameter/aux_/void.hpp mode change 100755 => 100644 include/boost/parameter/aux_/yesno.hpp mode change 100755 => 100644 include/boost/parameter/binding.hpp mode change 100755 => 100644 include/boost/parameter/config.hpp mode change 100755 => 100644 include/boost/parameter/keyword.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/name.hpp mode change 100755 => 100644 include/boost/parameter/parameters.hpp mode change 100755 => 100644 include/boost/parameter/python.hpp mode change 100755 => 100644 include/boost/parameter/value_type.hpp mode change 100755 => 100644 index.html mode change 100755 => 100644 test/basics.cpp mode change 100755 => 100644 test/basics.hpp mode change 100755 => 100644 test/deduced.cpp mode change 100755 => 100644 test/deduced.hpp mode change 100755 => 100644 test/deduced_dependent_predicate.cpp mode change 100755 => 100644 test/deduced_unmatched_arg.cpp mode change 100755 => 100644 test/duplicates.cpp mode change 100755 => 100644 test/earwicker.cpp mode change 100755 => 100644 test/efficiency.cpp mode change 100755 => 100644 test/macros.cpp mode change 100755 => 100644 test/maybe.cpp mode change 100755 => 100644 test/mpl.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/python_test.cpp mode change 100755 => 100644 test/sfinae.cpp mode change 100755 => 100644 test/singular.cpp mode change 100755 => 100644 test/timings.txt mode change 100755 => 100644 test/tutorial.cpp mode change 100755 => 100644 test/unwrap_cv_reference.cpp diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 old mode 100755 new mode 100644 diff --git a/doc/html/rst.css b/doc/html/rst.css old mode 100755 new mode 100644 diff --git a/doc/html/vellipsis.gif b/doc/html/vellipsis.gif old mode 100755 new mode 100644 diff --git a/include/boost/parameter.hpp b/include/boost/parameter.hpp old mode 100755 new mode 100644 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_/cast.hpp b/include/boost/parameter/aux_/cast.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_/maybe.hpp b/include/boost/parameter/aux_/maybe.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/overloads.hpp b/include/boost/parameter/aux_/overloads.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/parameter_requirements.hpp b/include/boost/parameter/aux_/parameter_requirements.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/parenthesized_type.hpp b/include/boost/parameter/aux_/parenthesized_type.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/preprocessor/flatten.hpp b/include/boost/parameter/aux_/preprocessor/flatten.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_/python/invoker.hpp b/include/boost/parameter/aux_/python/invoker.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/python/invoker_iterate.hpp b/include/boost/parameter/aux_/python/invoker_iterate.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/result_of0.hpp b/include/boost/parameter/aux_/result_of0.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_/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_/void.hpp b/include/boost/parameter/aux_/void.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/aux_/yesno.hpp b/include/boost/parameter/aux_/yesno.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/binding.hpp b/include/boost/parameter/binding.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/keyword.hpp b/include/boost/parameter/keyword.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/name.hpp b/include/boost/parameter/name.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/python.hpp b/include/boost/parameter/python.hpp old mode 100755 new mode 100644 diff --git a/include/boost/parameter/value_type.hpp b/include/boost/parameter/value_type.hpp old mode 100755 new mode 100644 diff --git a/index.html b/index.html 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/deduced.cpp b/test/deduced.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/deduced_dependent_predicate.cpp b/test/deduced_dependent_predicate.cpp old mode 100755 new mode 100644 diff --git a/test/deduced_unmatched_arg.cpp b/test/deduced_unmatched_arg.cpp old mode 100755 new mode 100644 diff --git a/test/duplicates.cpp b/test/duplicates.cpp 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/efficiency.cpp b/test/efficiency.cpp old mode 100755 new mode 100644 diff --git a/test/macros.cpp b/test/macros.cpp old mode 100755 new mode 100644 diff --git a/test/maybe.cpp b/test/maybe.cpp old mode 100755 new mode 100644 diff --git a/test/mpl.cpp b/test/mpl.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/python_test.cpp b/test/python_test.cpp old mode 100755 new mode 100644 diff --git a/test/sfinae.cpp b/test/sfinae.cpp old mode 100755 new mode 100644 diff --git a/test/singular.cpp b/test/singular.cpp old mode 100755 new mode 100644 diff --git a/test/timings.txt b/test/timings.txt old mode 100755 new mode 100644 diff --git a/test/tutorial.cpp b/test/tutorial.cpp old mode 100755 new mode 100644 diff --git a/test/unwrap_cv_reference.cpp b/test/unwrap_cv_reference.cpp old mode 100755 new mode 100644