From 06351de064d86f8897f60c57ddb88c9dd25e9f17 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 31 Dec 2006 16:38:06 +0000 Subject: [PATCH] Added AlisdairM's new macros. [SVN r36547] --- test/Jamfile | 9 +++-- test/Jamfile.v2 | 9 +++-- test/boost_no_function_type_spec.ipp | 44 +++++++++++++++++++++++++ test/boost_no_two_phase_name_lookup.ipp | 41 +++++++++++++++++++++++ test/config_info.cpp | 5 +++ test/config_test.cpp | 22 ++++++++++++- test/no_function_type_spec_fail.cpp | 34 +++++++++++++++++++ test/no_function_type_spec_pass.cpp | 34 +++++++++++++++++++ test/no_two_phase_name_lookup_fail.cpp | 34 +++++++++++++++++++ test/no_two_phase_name_lookup_pass.cpp | 34 +++++++++++++++++++ tools/{Jamfile => Jamfile.v2} | 14 ++++---- 11 files changed, 268 insertions(+), 12 deletions(-) create mode 100644 test/boost_no_function_type_spec.ipp create mode 100644 test/boost_no_two_phase_name_lookup.ipp create mode 100644 test/no_function_type_spec_fail.cpp create mode 100644 test/no_function_type_spec_pass.cpp create mode 100644 test/no_two_phase_name_lookup_fail.cpp create mode 100644 test/no_two_phase_name_lookup_pass.cpp rename tools/{Jamfile => Jamfile.v2} (55%) diff --git a/test/Jamfile b/test/Jamfile index 570c4c9a..8848971f 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,7 +1,7 @@ # # Regression test Jamfile for boost configuration setup. # *** DO NOT EDIT THIS FILE BY HAND *** -# This file was automatically generated on Wed Feb 15 14:14:07 2006 +# This file was automatically generated on Sun Dec 31 16:29:33 2006 # by libs/config/tools/generate.cpp # Copyright John Maddock. # Use, modification and distribution are subject to the @@ -207,6 +207,9 @@ test-suite "BOOST_NO_EXCEPTION_STD_NAMESPACE" : test-suite "BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS" : [ run no_exp_func_tem_arg_pass.cpp