diff --git a/configure b/configure index 7572fdf1..6dcc15ba 100644 --- a/configure +++ b/configure @@ -2010,7 +2010,6 @@ echo $ECHO_N "checking $title ... $ECHO_C" >&6 #include "confdefs.h" #include -#include #include "test.hpp" #ifndef $macroname @@ -2019,11 +2018,6 @@ echo $ECHO_N "checking $title ... $ECHO_C" >&6 namespace ${namespace} = empty_boost; #endif -int cpp_main( int, char *[] ) -{ - return ${namespace}::test(); -} -#define main _main #ifdef F77_DUMMY_MAIN @@ -2035,7 +2029,7 @@ int cpp_main( int, char *[] ) int main () { - + return ${namespace}::test(); ; return 0; @@ -2076,7 +2070,6 @@ echo $ECHO_N "checking $title (fail expected) ... $ECHO_C" >&6 #include "confdefs.h" #include -#include #include "test.hpp" #ifdef $macroname @@ -2085,11 +2078,6 @@ echo $ECHO_N "checking $title (fail expected) ... $ECHO_C" >&6 #error "this file should not compile" #endif -int cpp_main( int, char *[] ) -{ - return ${namespace}::test(); -} -#define main _main #ifdef F77_DUMMY_MAIN @@ -2101,7 +2089,7 @@ int cpp_main( int, char *[] ) int main () { - +return ${namespace}::test(); ; return 0; @@ -2160,7 +2148,6 @@ echo $ECHO_N "checking $title (pass expected) ... $ECHO_C" >&6 #include "confdefs.h" #include -#include #include "test.hpp" #ifdef $macroname @@ -2169,11 +2156,6 @@ echo $ECHO_N "checking $title (pass expected) ... $ECHO_C" >&6 namespace ${namespace} = empty_boost; #endif -int cpp_main( int, char *[] ) -{ - return ${namespace}::test(); -} -#define main _main #ifdef F77_DUMMY_MAIN @@ -2185,7 +2167,7 @@ int cpp_main( int, char *[] ) int main () { - +return ${namespace}::test(); ; return 0; @@ -2223,7 +2205,6 @@ echo $ECHO_N "checking $title (fail expected) ... $ECHO_C" >&6 #include "confdefs.h" #include -#include #include "test.hpp" #ifndef $macroname @@ -2232,11 +2213,6 @@ echo $ECHO_N "checking $title (fail expected) ... $ECHO_C" >&6 #error "this file should not compile" #endif -int cpp_main( int, char *[] ) -{ - return ${namespace}::test(); -} -#define main _main #ifdef F77_DUMMY_MAIN @@ -2248,7 +2224,7 @@ int cpp_main( int, char *[] ) int main () { - +return ${namespace}::test(); ; return 0; @@ -2293,16 +2269,10 @@ echo $ECHO_N "checking $title... $ECHO_C" >&6 #include "confdefs.h" #include -#include #include "test.hpp" #include "boost_$basename.cxx" -int cpp_main( int, char *[] ) -{ - return ${namespace}::test(); -} -#define main _main #ifdef F77_DUMMY_MAIN @@ -2314,7 +2284,7 @@ int cpp_main( int, char *[] ) int main () { - +return ${namespace}::test(); ; return 0; @@ -3064,3 +3034,5 @@ fi + + diff --git a/test/Jamfile b/test/Jamfile new file mode 100644 index 00000000..3945832d --- /dev/null +++ b/test/Jamfile @@ -0,0 +1,233 @@ +# +# Regression test Jamfile for boost configuration setup. +# This file was automatically generated on Fri Sep 13 12:04:55 2002, +# do not edit by hand... +# +subproject libs/config/test ; +# bring in the rules for testing +SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; +include testing.jam ; + +run config_info.cpp ; +run config_test.cpp ../../test/build/test_exec_monitor ; +run limits_test.cpp ../../test/build/test_exec_monitor ; + +test-suite "BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP" : +[ run no_arg_dep_lookup_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_arg_dep_lookup_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_AUTO_PTR" : +[ run no_auto_ptr_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_auto_ptr_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_BCB_PARTIAL_SPECIALIZATION_BUG" : +[ run no_bcb_partial_spec_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_bcb_partial_spec_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_CTYPE_FUNCTIONS" : +[ run no_ctype_functions_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_ctype_functions_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_CV_SPECIALIZATIONS" : +[ run no_cv_spec_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_cv_spec_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_CV_VOID_SPECIALIZATIONS" : +[ run no_cv_void_spec_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_cv_void_spec_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_CWCHAR" : +[ run no_cwchar_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_cwchar_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_CWCTYPE" : +[ run no_cwctype_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_cwctype_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_DEPENDENT_NESTED_DERIVATIONS" : +[ run no_dep_nested_class_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_dep_nested_class_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS" : +[ run no_dep_val_param_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_dep_val_param_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_EXCEPTION_STD_NAMESPACE" : +[ run no_excep_std_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_excep_std_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_EXCEPTIONS" : +[ run no_exceptions_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_exceptions_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS" : +[ run no_exp_func_tem_arg_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_exp_func_tem_arg_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_FUNCTION_TEMPLATE_ORDERING" : +[ run no_func_tmp_order_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_func_tmp_order_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_MS_INT64_NUMERIC_LIMITS" : +[ run no_i64_limits_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_i64_limits_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_INCLASS_MEMBER_INITIALIZATION" : +[ run no_inline_memb_init_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_inline_memb_init_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_INTEGRAL_INT64_T" : +[ run no_integral_int64_t_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_integral_int64_t_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS" : +[ run no_iter_construct_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_iter_construct_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_LIMITS" : +[ run no_limits_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_limits_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS" : +[ run no_limits_const_exp_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_limits_const_exp_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_LONG_LONG_NUMERIC_LIMITS" : +[ run no_ll_limits_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_ll_limits_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS" : +[ run no_mem_func_spec_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_mem_func_spec_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_MEMBER_TEMPLATE_KEYWORD" : +[ run no_mem_tem_keyword_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_mem_tem_keyword_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_MEMBER_TEMPLATE_FRIENDS" : +[ run no_mem_templ_frnds_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_mem_templ_frnds_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_MEMBER_TEMPLATES" : +[ run no_mem_templates_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_mem_templates_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_OPERATORS_IN_NAMESPACE" : +[ run no_ops_in_namespace_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_ops_in_namespace_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION" : +[ run no_partial_spec_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_partial_spec_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_PRIVATE_IN_AGGREGATE" : +[ run no_priv_aggregate_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_priv_aggregate_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_POINTER_TO_MEMBER_CONST" : +[ run no_ptr_mem_const_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_ptr_mem_const_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_STRINGSTREAM" : +[ run no_sstream_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_sstream_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_STD_ALLOCATOR" : +[ run no_std_allocator_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_std_allocator_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_STD_DISTANCE" : +[ run no_std_distance_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_std_distance_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_STD_ITERATOR_TRAITS" : +[ run no_std_iter_traits_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_std_iter_traits_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_STD_ITERATOR" : +[ run no_std_iterator_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_std_iterator_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_STD_LOCALE" : +[ run no_std_locale_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_std_locale_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_STD_MESSAGES" : +[ run no_std_messages_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_std_messages_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_STD_MIN_MAX" : +[ run no_std_min_max_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_std_min_max_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN" : +[ run no_std_oi_assign_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_std_oi_assign_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_STD_USE_FACET" : +[ run no_std_use_facet_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_std_use_facet_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_STD_WSTREAMBUF" : +[ run no_std_wstreambuf_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_std_wstreambuf_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_STD_WSTRING" : +[ run no_std_wstring_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_std_wstring_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_STDC_NAMESPACE" : +[ run no_stdc_namespace_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_stdc_namespace_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_SWPRINTF" : +[ run no_swprintf_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_swprintf_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_TEMPLATE_TEMPLATES" : +[ run no_template_template_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_template_template_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_USING_TEMPLATE" : +[ run no_using_template_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_using_template_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_VOID_RETURNS" : +[ run no_void_returns_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_void_returns_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_NO_INTRINSIC_WCHAR_T" : +[ run no_wchar_t_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail no_wchar_t_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_TWO_ARG_USE_FACET" : +[ run has_2arg_use_facet_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_2arg_use_facet_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_BETHREADS" : +[ run has_bethreads_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_bethreads_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_CLOCK_GETTIME" : +[ run has_clock_gettime_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_clock_gettime_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_DIRENT_H" : +[ run has_dirent_h_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_dirent_h_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_FTIME" : +[ run has_ftime_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_ftime_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_GETTIMEOFDAY" : +[ run has_gettimeofday_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_gettimeofday_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_HASH" : +[ run has_hash_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_hash_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_LONG_LONG" : +[ run has_long_long_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_long_long_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_MACRO_USE_FACET" : +[ run has_macro_use_facet_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_macro_use_facet_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_MS_INT64" : +[ run has_ms_int64_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_ms_int64_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_NANOSLEEP" : +[ run has_nanosleep_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_nanosleep_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_NL_TYPES_H" : +[ run has_nl_types_h_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_nl_types_h_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_PARTIAL_STD_ALLOCATOR" : +[ run has_part_alloc_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_part_alloc_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_PTHREAD_DELAY_NP" : +[ run has_pthread_delay_np_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_pthread_delay_np_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE" : +[ run has_pthread_ma_st_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_pthread_ma_st_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_PTHREAD_YIELD" : +[ run has_pthread_yield_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_pthread_yield_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_PTHREADS" : +[ run has_pthreads_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_pthreads_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_SCHED_YIELD" : +[ run has_sched_yield_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_sched_yield_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_SGI_TYPE_TRAITS" : +[ run has_sgi_type_traits_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_sgi_type_traits_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_SLIST" : +[ run has_slist_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_slist_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_STDINT_H" : +[ run has_stdint_h_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_stdint_h_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_STLP_USE_FACET" : +[ run has_stlp_use_facet_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_stlp_use_facet_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_UNISTD_H" : +[ run has_unistd_h_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_unistd_h_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_MSVC6_MEMBER_TEMPLATES" : +[ run has_vc6_mem_templ_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_vc6_mem_templ_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_MSVC_STD_ITERATOR" : +[ run has_vc_iterator_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_vc_iterator_fail.cpp ../../test/build/prg_exec_monitor ] ; +test-suite "BOOST_HAS_WINTHREADS" : +[ run has_winthreads_pass.cpp ../../test/build/prg_exec_monitor ] +[ link-fail has_winthreads_fail.cpp ../../test/build/prg_exec_monitor ] ; diff --git a/test/config_test.cpp b/test/config_test.cpp index 7025696f..104f5ec8 100644 --- a/test/config_test.cpp +++ b/test/config_test.cpp @@ -10,7 +10,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_*.cxx on -// Tue Aug 13 12:19:31 2002 +// Fri Sep 13 12:04:55 2002 #include #define BOOST_INCLUDE_MAIN diff --git a/test/has_2arg_use_facet_fail.cpp b/test/has_2arg_use_facet_fail.cpp index 8a33eedb..df21dfb8 100644 --- a/test/has_2arg_use_facet_fail.cpp +++ b/test/has_2arg_use_facet_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_2arg_use_facet.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_TWO_ARG_USE_FACET diff --git a/test/has_2arg_use_facet_pass.cpp b/test/has_2arg_use_facet_pass.cpp index 61bd5de3..31147086 100644 --- a/test/has_2arg_use_facet_pass.cpp +++ b/test/has_2arg_use_facet_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_2arg_use_facet.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_TWO_ARG_USE_FACET diff --git a/test/has_bethreads_fail.cpp b/test/has_bethreads_fail.cpp index f7dda66a..d46b0b01 100644 --- a/test/has_bethreads_fail.cpp +++ b/test/has_bethreads_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_bethreads.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_BETHREADS diff --git a/test/has_bethreads_pass.cpp b/test/has_bethreads_pass.cpp index 2ac5c399..0986e058 100644 --- a/test/has_bethreads_pass.cpp +++ b/test/has_bethreads_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_bethreads.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_BETHREADS diff --git a/test/has_clock_gettime_fail.cpp b/test/has_clock_gettime_fail.cpp index 2a193645..f366a677 100644 --- a/test/has_clock_gettime_fail.cpp +++ b/test/has_clock_gettime_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_clock_gettime.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_CLOCK_GETTIME diff --git a/test/has_clock_gettime_pass.cpp b/test/has_clock_gettime_pass.cpp index 35cee2a8..1e16935d 100644 --- a/test/has_clock_gettime_pass.cpp +++ b/test/has_clock_gettime_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_clock_gettime.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_CLOCK_GETTIME diff --git a/test/has_dirent_h_fail.cpp b/test/has_dirent_h_fail.cpp index e6bce508..82cd5a10 100644 --- a/test/has_dirent_h_fail.cpp +++ b/test/has_dirent_h_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_dirent_h.cxx on -// Sat May 18 12:53:04 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_DIRENT_H diff --git a/test/has_dirent_h_pass.cpp b/test/has_dirent_h_pass.cpp index c94d0f07..49f48bf6 100644 --- a/test/has_dirent_h_pass.cpp +++ b/test/has_dirent_h_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_dirent_h.cxx on -// Sat May 18 12:53:04 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_DIRENT_H diff --git a/test/has_ftime_fail.cpp b/test/has_ftime_fail.cpp index 3c98c567..89e191fa 100644 --- a/test/has_ftime_fail.cpp +++ b/test/has_ftime_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_ftime.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_FTIME diff --git a/test/has_ftime_pass.cpp b/test/has_ftime_pass.cpp index bdc6b740..a816b995 100644 --- a/test/has_ftime_pass.cpp +++ b/test/has_ftime_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_ftime.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_FTIME diff --git a/test/has_gettimeofday_fail.cpp b/test/has_gettimeofday_fail.cpp index e29324ca..5a4041ac 100644 --- a/test/has_gettimeofday_fail.cpp +++ b/test/has_gettimeofday_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_gettimeofday.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_GETTIMEOFDAY diff --git a/test/has_gettimeofday_pass.cpp b/test/has_gettimeofday_pass.cpp index 13dc9108..7843a475 100644 --- a/test/has_gettimeofday_pass.cpp +++ b/test/has_gettimeofday_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_gettimeofday.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_GETTIMEOFDAY diff --git a/test/has_hash_fail.cpp b/test/has_hash_fail.cpp index 7ce203d6..fe0760c6 100644 --- a/test/has_hash_fail.cpp +++ b/test/has_hash_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_hash.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_HASH diff --git a/test/has_hash_pass.cpp b/test/has_hash_pass.cpp index 0cffe407..9cc2ce82 100644 --- a/test/has_hash_pass.cpp +++ b/test/has_hash_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_hash.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_HASH diff --git a/test/has_long_long_fail.cpp b/test/has_long_long_fail.cpp index 25b7454a..af80dd96 100644 --- a/test/has_long_long_fail.cpp +++ b/test/has_long_long_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_long_long.cxx on -// Tue Oct 16 12:34:33 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_LONG_LONG diff --git a/test/has_long_long_pass.cpp b/test/has_long_long_pass.cpp index 8acd5d17..67ce43ee 100644 --- a/test/has_long_long_pass.cpp +++ b/test/has_long_long_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_long_long.cxx on -// Tue Oct 16 12:34:33 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_LONG_LONG diff --git a/test/has_macro_use_facet_fail.cpp b/test/has_macro_use_facet_fail.cpp index 91fb2ec0..827f4065 100644 --- a/test/has_macro_use_facet_fail.cpp +++ b/test/has_macro_use_facet_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_macro_use_facet.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_MACRO_USE_FACET diff --git a/test/has_macro_use_facet_pass.cpp b/test/has_macro_use_facet_pass.cpp index f02419be..2cbbf424 100644 --- a/test/has_macro_use_facet_pass.cpp +++ b/test/has_macro_use_facet_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_macro_use_facet.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_MACRO_USE_FACET diff --git a/test/has_ms_int64_fail.cpp b/test/has_ms_int64_fail.cpp index 5e3f8755..88d5d43d 100644 --- a/test/has_ms_int64_fail.cpp +++ b/test/has_ms_int64_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_ms_int64.cxx on -// Mon May 6 12:26:03 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_MS_INT64 diff --git a/test/has_ms_int64_pass.cpp b/test/has_ms_int64_pass.cpp index c11f26ae..30bd3bb1 100644 --- a/test/has_ms_int64_pass.cpp +++ b/test/has_ms_int64_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_ms_int64.cxx on -// Mon May 6 12:26:03 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_MS_INT64 diff --git a/test/has_nanosleep_fail.cpp b/test/has_nanosleep_fail.cpp index ddd0bc57..ac4cdc58 100644 --- a/test/has_nanosleep_fail.cpp +++ b/test/has_nanosleep_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_nanosleep.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_NANOSLEEP diff --git a/test/has_nanosleep_pass.cpp b/test/has_nanosleep_pass.cpp index 3731cc2c..f0b05419 100644 --- a/test/has_nanosleep_pass.cpp +++ b/test/has_nanosleep_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_nanosleep.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_NANOSLEEP diff --git a/test/has_nl_types_h_fail.cpp b/test/has_nl_types_h_fail.cpp index f8891864..9490960e 100644 --- a/test/has_nl_types_h_fail.cpp +++ b/test/has_nl_types_h_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_nl_types_h.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_NL_TYPES_H diff --git a/test/has_nl_types_h_pass.cpp b/test/has_nl_types_h_pass.cpp index 2a24c117..6094a4fa 100644 --- a/test/has_nl_types_h_pass.cpp +++ b/test/has_nl_types_h_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_nl_types_h.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_NL_TYPES_H diff --git a/test/has_part_alloc_fail.cpp b/test/has_part_alloc_fail.cpp index c3cede17..f58c025d 100644 --- a/test/has_part_alloc_fail.cpp +++ b/test/has_part_alloc_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_part_alloc.cxx on -// Tue Aug 13 12:19:31 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_PARTIAL_STD_ALLOCATOR diff --git a/test/has_part_alloc_pass.cpp b/test/has_part_alloc_pass.cpp index 9b78a614..b6d3f69b 100644 --- a/test/has_part_alloc_pass.cpp +++ b/test/has_part_alloc_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_part_alloc.cxx on -// Tue Aug 13 12:19:31 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_PARTIAL_STD_ALLOCATOR diff --git a/test/has_pthread_delay_np_fail.cpp b/test/has_pthread_delay_np_fail.cpp index 31bd3242..34834e70 100644 --- a/test/has_pthread_delay_np_fail.cpp +++ b/test/has_pthread_delay_np_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthread_delay_np.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_PTHREAD_DELAY_NP diff --git a/test/has_pthread_delay_np_pass.cpp b/test/has_pthread_delay_np_pass.cpp index 072aac19..0725cb15 100644 --- a/test/has_pthread_delay_np_pass.cpp +++ b/test/has_pthread_delay_np_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthread_delay_np.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_PTHREAD_DELAY_NP diff --git a/test/has_pthread_ma_st_fail.cpp b/test/has_pthread_ma_st_fail.cpp index bdf4951f..9131c9ee 100644 --- a/test/has_pthread_ma_st_fail.cpp +++ b/test/has_pthread_ma_st_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthread_ma_st.cxx on -// Tue Jan 29 08:44:30 EST 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE diff --git a/test/has_pthread_ma_st_pass.cpp b/test/has_pthread_ma_st_pass.cpp index 8b4d5207..59a28e20 100644 --- a/test/has_pthread_ma_st_pass.cpp +++ b/test/has_pthread_ma_st_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthread_ma_st.cxx on -// Tue Jan 29 08:44:30 EST 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE diff --git a/test/has_pthread_yield_fail.cpp b/test/has_pthread_yield_fail.cpp index fc8bdec4..708843d3 100644 --- a/test/has_pthread_yield_fail.cpp +++ b/test/has_pthread_yield_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthread_yield.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_PTHREAD_YIELD diff --git a/test/has_pthread_yield_pass.cpp b/test/has_pthread_yield_pass.cpp index 97860382..65bc27c5 100644 --- a/test/has_pthread_yield_pass.cpp +++ b/test/has_pthread_yield_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthread_yield.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_PTHREAD_YIELD diff --git a/test/has_pthreads_fail.cpp b/test/has_pthreads_fail.cpp index 339c19b7..8c1bfc3f 100644 --- a/test/has_pthreads_fail.cpp +++ b/test/has_pthreads_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthreads.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_PTHREADS diff --git a/test/has_pthreads_pass.cpp b/test/has_pthreads_pass.cpp index 60596122..fc218beb 100644 --- a/test/has_pthreads_pass.cpp +++ b/test/has_pthreads_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_pthreads.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_PTHREADS diff --git a/test/has_sched_yield_fail.cpp b/test/has_sched_yield_fail.cpp index c7120491..7f21131b 100644 --- a/test/has_sched_yield_fail.cpp +++ b/test/has_sched_yield_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_sched_yield.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_SCHED_YIELD diff --git a/test/has_sched_yield_pass.cpp b/test/has_sched_yield_pass.cpp index 0fd6c770..aeee3075 100644 --- a/test/has_sched_yield_pass.cpp +++ b/test/has_sched_yield_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_sched_yield.cxx on -// Thu Oct 11 12:24:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_SCHED_YIELD diff --git a/test/has_sgi_type_traits_fail.cpp b/test/has_sgi_type_traits_fail.cpp index 1b2c0f89..27cbffef 100644 --- a/test/has_sgi_type_traits_fail.cpp +++ b/test/has_sgi_type_traits_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_sgi_type_traits.cxx on -// Wed Oct 31 12:19:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_SGI_TYPE_TRAITS diff --git a/test/has_sgi_type_traits_pass.cpp b/test/has_sgi_type_traits_pass.cpp index f01b0946..0fb0ceee 100644 --- a/test/has_sgi_type_traits_pass.cpp +++ b/test/has_sgi_type_traits_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_sgi_type_traits.cxx on -// Wed Oct 31 12:19:39 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_SGI_TYPE_TRAITS diff --git a/test/has_slist_fail.cpp b/test/has_slist_fail.cpp index dc74e803..dad0fdef 100644 --- a/test/has_slist_fail.cpp +++ b/test/has_slist_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_slist.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_SLIST diff --git a/test/has_slist_pass.cpp b/test/has_slist_pass.cpp index 2edad713..aa5475be 100644 --- a/test/has_slist_pass.cpp +++ b/test/has_slist_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_slist.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_SLIST diff --git a/test/has_stdint_h_fail.cpp b/test/has_stdint_h_fail.cpp index 6750af06..fa292ede 100644 --- a/test/has_stdint_h_fail.cpp +++ b/test/has_stdint_h_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_stdint_h.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_STDINT_H diff --git a/test/has_stdint_h_pass.cpp b/test/has_stdint_h_pass.cpp index a6bfdc22..cd487d1b 100644 --- a/test/has_stdint_h_pass.cpp +++ b/test/has_stdint_h_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_stdint_h.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_STDINT_H diff --git a/test/has_stlp_use_facet_fail.cpp b/test/has_stlp_use_facet_fail.cpp index fb6c8437..e395c770 100644 --- a/test/has_stlp_use_facet_fail.cpp +++ b/test/has_stlp_use_facet_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_stlp_use_facet.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_STLP_USE_FACET diff --git a/test/has_stlp_use_facet_pass.cpp b/test/has_stlp_use_facet_pass.cpp index 02f54971..991917c0 100644 --- a/test/has_stlp_use_facet_pass.cpp +++ b/test/has_stlp_use_facet_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_stlp_use_facet.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_STLP_USE_FACET diff --git a/test/has_unistd_h_fail.cpp b/test/has_unistd_h_fail.cpp index 4e356063..e03ce1a6 100644 --- a/test/has_unistd_h_fail.cpp +++ b/test/has_unistd_h_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_unistd_h.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_UNISTD_H diff --git a/test/has_unistd_h_pass.cpp b/test/has_unistd_h_pass.cpp index fb38a020..cc15502e 100644 --- a/test/has_unistd_h_pass.cpp +++ b/test/has_unistd_h_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_unistd_h.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_UNISTD_H diff --git a/test/has_vc6_mem_templ_fail.cpp b/test/has_vc6_mem_templ_fail.cpp index 153ec5cb..7cee5fec 100644 --- a/test/has_vc6_mem_templ_fail.cpp +++ b/test/has_vc6_mem_templ_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_vc6_mem_templ.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_MSVC6_MEMBER_TEMPLATES diff --git a/test/has_vc6_mem_templ_pass.cpp b/test/has_vc6_mem_templ_pass.cpp index 7144aa9d..af386945 100644 --- a/test/has_vc6_mem_templ_pass.cpp +++ b/test/has_vc6_mem_templ_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_vc6_mem_templ.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_MSVC6_MEMBER_TEMPLATES diff --git a/test/has_vc_iterator_fail.cpp b/test/has_vc_iterator_fail.cpp index 86c090dd..ff817eaa 100644 --- a/test/has_vc_iterator_fail.cpp +++ b/test/has_vc_iterator_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_vc_iterator.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_MSVC_STD_ITERATOR diff --git a/test/has_vc_iterator_pass.cpp b/test/has_vc_iterator_pass.cpp index 338525f1..b4c24532 100644 --- a/test/has_vc_iterator_pass.cpp +++ b/test/has_vc_iterator_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_vc_iterator.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_MSVC_STD_ITERATOR diff --git a/test/has_winthreads_fail.cpp b/test/has_winthreads_fail.cpp index 76886ae7..46297e60 100644 --- a/test/has_winthreads_fail.cpp +++ b/test/has_winthreads_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_winthreads.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_HAS_WINTHREADS diff --git a/test/has_winthreads_pass.cpp b/test/has_winthreads_pass.cpp index 6830c54a..e22e31f0 100644 --- a/test/has_winthreads_pass.cpp +++ b/test/has_winthreads_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_has_winthreads.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_HAS_WINTHREADS diff --git a/test/no_arg_dep_lookup_fail.cpp b/test/no_arg_dep_lookup_fail.cpp index 02393f1a..e95368f5 100644 --- a/test/no_arg_dep_lookup_fail.cpp +++ b/test/no_arg_dep_lookup_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_arg_dep_lookup.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP diff --git a/test/no_arg_dep_lookup_pass.cpp b/test/no_arg_dep_lookup_pass.cpp index 99a9e6f5..5c05c23a 100644 --- a/test/no_arg_dep_lookup_pass.cpp +++ b/test/no_arg_dep_lookup_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_arg_dep_lookup.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP diff --git a/test/no_auto_ptr_fail.cpp b/test/no_auto_ptr_fail.cpp index f6ad167e..b378376b 100644 --- a/test/no_auto_ptr_fail.cpp +++ b/test/no_auto_ptr_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_auto_ptr.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_AUTO_PTR diff --git a/test/no_auto_ptr_pass.cpp b/test/no_auto_ptr_pass.cpp index 631426fb..d2f62d0d 100644 --- a/test/no_auto_ptr_pass.cpp +++ b/test/no_auto_ptr_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_auto_ptr.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_AUTO_PTR diff --git a/test/no_bcb_partial_spec_fail.cpp b/test/no_bcb_partial_spec_fail.cpp index a9a90a76..43445024 100644 --- a/test/no_bcb_partial_spec_fail.cpp +++ b/test/no_bcb_partial_spec_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_bcb_partial_spec.cxx on -// Sun May 19 12:48:29 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_BCB_PARTIAL_SPECIALIZATION_BUG diff --git a/test/no_bcb_partial_spec_pass.cpp b/test/no_bcb_partial_spec_pass.cpp index 3d518b53..d18ef96b 100644 --- a/test/no_bcb_partial_spec_pass.cpp +++ b/test/no_bcb_partial_spec_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_bcb_partial_spec.cxx on -// Sun May 19 12:48:29 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_BCB_PARTIAL_SPECIALIZATION_BUG diff --git a/test/no_ctype_functions_fail.cpp b/test/no_ctype_functions_fail.cpp index f37c53f9..f953149d 100644 --- a/test/no_ctype_functions_fail.cpp +++ b/test/no_ctype_functions_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ctype_functions.cxx on -// Mon Sep 24 11:11:14 PDT 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_CTYPE_FUNCTIONS diff --git a/test/no_ctype_functions_pass.cpp b/test/no_ctype_functions_pass.cpp index 1e5bc2b2..6491ec7e 100644 --- a/test/no_ctype_functions_pass.cpp +++ b/test/no_ctype_functions_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ctype_functions.cxx on -// Mon Sep 24 11:11:14 PDT 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_CTYPE_FUNCTIONS diff --git a/test/no_cv_spec_fail.cpp b/test/no_cv_spec_fail.cpp index 44ff1432..310e9490 100644 --- a/test/no_cv_spec_fail.cpp +++ b/test/no_cv_spec_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cv_spec.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_CV_SPECIALIZATIONS diff --git a/test/no_cv_spec_pass.cpp b/test/no_cv_spec_pass.cpp index fec49fe7..a89a5913 100644 --- a/test/no_cv_spec_pass.cpp +++ b/test/no_cv_spec_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cv_spec.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_CV_SPECIALIZATIONS diff --git a/test/no_cv_void_spec_fail.cpp b/test/no_cv_void_spec_fail.cpp index 4a244700..e906042e 100644 --- a/test/no_cv_void_spec_fail.cpp +++ b/test/no_cv_void_spec_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cv_void_spec.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_CV_VOID_SPECIALIZATIONS diff --git a/test/no_cv_void_spec_pass.cpp b/test/no_cv_void_spec_pass.cpp index 16c1f089..a67a8a2e 100644 --- a/test/no_cv_void_spec_pass.cpp +++ b/test/no_cv_void_spec_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cv_void_spec.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_CV_VOID_SPECIALIZATIONS diff --git a/test/no_cwchar_fail.cpp b/test/no_cwchar_fail.cpp index 209cbd4a..b382c9fe 100644 --- a/test/no_cwchar_fail.cpp +++ b/test/no_cwchar_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cwchar.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_CWCHAR diff --git a/test/no_cwchar_pass.cpp b/test/no_cwchar_pass.cpp index 75b7262c..40b2145d 100644 --- a/test/no_cwchar_pass.cpp +++ b/test/no_cwchar_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cwchar.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_CWCHAR diff --git a/test/no_cwctype_fail.cpp b/test/no_cwctype_fail.cpp index 3dcbad0f..a7927f9f 100644 --- a/test/no_cwctype_fail.cpp +++ b/test/no_cwctype_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cwctype.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_CWCTYPE diff --git a/test/no_cwctype_pass.cpp b/test/no_cwctype_pass.cpp index ef1354dc..dd761cab 100644 --- a/test/no_cwctype_pass.cpp +++ b/test/no_cwctype_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_cwctype.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_CWCTYPE diff --git a/test/no_dep_nested_class_fail.cpp b/test/no_dep_nested_class_fail.cpp index b494e877..2df13ef8 100644 --- a/test/no_dep_nested_class_fail.cpp +++ b/test/no_dep_nested_class_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_dep_nested_class.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_DEPENDENT_NESTED_DERIVATIONS diff --git a/test/no_dep_nested_class_pass.cpp b/test/no_dep_nested_class_pass.cpp index f665a90c..b0ee2132 100644 --- a/test/no_dep_nested_class_pass.cpp +++ b/test/no_dep_nested_class_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_dep_nested_class.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_DEPENDENT_NESTED_DERIVATIONS diff --git a/test/no_dep_val_param_fail.cpp b/test/no_dep_val_param_fail.cpp index 06143fd5..04c3f260 100644 --- a/test/no_dep_val_param_fail.cpp +++ b/test/no_dep_val_param_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_dep_val_param.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS diff --git a/test/no_dep_val_param_pass.cpp b/test/no_dep_val_param_pass.cpp index f5ff9ba6..7f910058 100644 --- a/test/no_dep_val_param_pass.cpp +++ b/test/no_dep_val_param_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_dep_val_param.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS diff --git a/test/no_excep_std_fail.cpp b/test/no_excep_std_fail.cpp index 1f434e4a..2a1a7631 100644 --- a/test/no_excep_std_fail.cpp +++ b/test/no_excep_std_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_excep_std.cxx on -// Tue Aug 13 12:19:31 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_EXCEPTION_STD_NAMESPACE diff --git a/test/no_excep_std_pass.cpp b/test/no_excep_std_pass.cpp index 8bfb3a8f..6f9f15b1 100644 --- a/test/no_excep_std_pass.cpp +++ b/test/no_excep_std_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_excep_std.cxx on -// Tue Aug 13 12:19:31 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_EXCEPTION_STD_NAMESPACE diff --git a/test/no_exceptions_fail.cpp b/test/no_exceptions_fail.cpp index 337d45b2..b60c3ab7 100644 --- a/test/no_exceptions_fail.cpp +++ b/test/no_exceptions_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_exceptions.cxx on -// Fri Feb 8 11:29:25 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_EXCEPTIONS diff --git a/test/no_exceptions_pass.cpp b/test/no_exceptions_pass.cpp index a5367dce..3609ec73 100644 --- a/test/no_exceptions_pass.cpp +++ b/test/no_exceptions_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_exceptions.cxx on -// Fri Feb 8 11:29:25 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_EXCEPTIONS diff --git a/test/no_exp_func_tem_arg_fail.cpp b/test/no_exp_func_tem_arg_fail.cpp index dc921434..ad0b25c5 100644 --- a/test/no_exp_func_tem_arg_fail.cpp +++ b/test/no_exp_func_tem_arg_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_exp_func_tem_arg.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS diff --git a/test/no_exp_func_tem_arg_pass.cpp b/test/no_exp_func_tem_arg_pass.cpp index ab742ad7..80f4048e 100644 --- a/test/no_exp_func_tem_arg_pass.cpp +++ b/test/no_exp_func_tem_arg_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_exp_func_tem_arg.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS diff --git a/test/no_func_tmp_order_fail.cpp b/test/no_func_tmp_order_fail.cpp index c804b9b5..47466609 100644 --- a/test/no_func_tmp_order_fail.cpp +++ b/test/no_func_tmp_order_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_func_tmp_order.cxx on -// Wed Oct 3 13:47:21 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_FUNCTION_TEMPLATE_ORDERING diff --git a/test/no_func_tmp_order_pass.cpp b/test/no_func_tmp_order_pass.cpp index 0a81fd6b..bbe6ebfe 100644 --- a/test/no_func_tmp_order_pass.cpp +++ b/test/no_func_tmp_order_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_func_tmp_order.cxx on -// Wed Oct 3 13:47:21 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_FUNCTION_TEMPLATE_ORDERING diff --git a/test/no_i64_limits_fail.cpp b/test/no_i64_limits_fail.cpp index a8ebc0c4..c4f4e105 100644 --- a/test/no_i64_limits_fail.cpp +++ b/test/no_i64_limits_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_i64_limits.cxx on -// Thu Jul 18 11:26:48 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_MS_INT64_NUMERIC_LIMITS diff --git a/test/no_i64_limits_pass.cpp b/test/no_i64_limits_pass.cpp index b50b70d1..7717eba7 100644 --- a/test/no_i64_limits_pass.cpp +++ b/test/no_i64_limits_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_i64_limits.cxx on -// Thu Jul 18 11:26:48 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_MS_INT64_NUMERIC_LIMITS diff --git a/test/no_inline_memb_init_fail.cpp b/test/no_inline_memb_init_fail.cpp index d143f828..58a7ca01 100644 --- a/test/no_inline_memb_init_fail.cpp +++ b/test/no_inline_memb_init_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_inline_memb_init.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_INCLASS_MEMBER_INITIALIZATION diff --git a/test/no_inline_memb_init_pass.cpp b/test/no_inline_memb_init_pass.cpp index 3bdeac61..521fa432 100644 --- a/test/no_inline_memb_init_pass.cpp +++ b/test/no_inline_memb_init_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_inline_memb_init.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION diff --git a/test/no_integral_int64_t_fail.cpp b/test/no_integral_int64_t_fail.cpp index 5c8274a3..dbb6419f 100644 --- a/test/no_integral_int64_t_fail.cpp +++ b/test/no_integral_int64_t_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_integral_int64_t.cxx on -// Wed Oct 17 12:10:00 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_INTEGRAL_INT64_T diff --git a/test/no_integral_int64_t_pass.cpp b/test/no_integral_int64_t_pass.cpp index 40d6ffc7..9a0afca1 100644 --- a/test/no_integral_int64_t_pass.cpp +++ b/test/no_integral_int64_t_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_integral_int64_t.cxx on -// Wed Oct 17 12:10:00 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_INTEGRAL_INT64_T diff --git a/test/no_iter_construct_fail.cpp b/test/no_iter_construct_fail.cpp index 82882769..e43b6291 100644 --- a/test/no_iter_construct_fail.cpp +++ b/test/no_iter_construct_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_iter_construct.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS diff --git a/test/no_iter_construct_pass.cpp b/test/no_iter_construct_pass.cpp index ad7a5fc0..05e04057 100644 --- a/test/no_iter_construct_pass.cpp +++ b/test/no_iter_construct_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_iter_construct.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS diff --git a/test/no_limits_const_exp_fail.cpp b/test/no_limits_const_exp_fail.cpp index f8d82a7e..3f785294 100644 --- a/test/no_limits_const_exp_fail.cpp +++ b/test/no_limits_const_exp_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_limits_const_exp.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS diff --git a/test/no_limits_const_exp_pass.cpp b/test/no_limits_const_exp_pass.cpp index e75eb6f2..f0ff7a00 100644 --- a/test/no_limits_const_exp_pass.cpp +++ b/test/no_limits_const_exp_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_limits_const_exp.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS diff --git a/test/no_limits_fail.cpp b/test/no_limits_fail.cpp index 18650076..847dab6f 100644 --- a/test/no_limits_fail.cpp +++ b/test/no_limits_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_limits.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_LIMITS diff --git a/test/no_limits_pass.cpp b/test/no_limits_pass.cpp index 2db8a452..6c2862a9 100644 --- a/test/no_limits_pass.cpp +++ b/test/no_limits_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_limits.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_LIMITS diff --git a/test/no_ll_limits_fail.cpp b/test/no_ll_limits_fail.cpp index 6a27d23f..576958bd 100644 --- a/test/no_ll_limits_fail.cpp +++ b/test/no_ll_limits_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ll_limits.cxx on -// Thu Jul 18 11:26:48 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_LONG_LONG_NUMERIC_LIMITS diff --git a/test/no_ll_limits_pass.cpp b/test/no_ll_limits_pass.cpp index 2ccfefc1..87d542aa 100644 --- a/test/no_ll_limits_pass.cpp +++ b/test/no_ll_limits_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ll_limits.cxx on -// Thu Jul 18 11:26:48 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_LONG_LONG_NUMERIC_LIMITS diff --git a/test/no_mem_func_spec_fail.cpp b/test/no_mem_func_spec_fail.cpp index 83c86e45..75270395 100644 --- a/test/no_mem_func_spec_fail.cpp +++ b/test/no_mem_func_spec_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_func_spec.cxx on -// Sun May 19 12:48:29 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS diff --git a/test/no_mem_func_spec_pass.cpp b/test/no_mem_func_spec_pass.cpp index 1cd28bcc..0732a4aa 100644 --- a/test/no_mem_func_spec_pass.cpp +++ b/test/no_mem_func_spec_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_func_spec.cxx on -// Sun May 19 12:48:29 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS diff --git a/test/no_mem_tem_keyword_fail.cpp b/test/no_mem_tem_keyword_fail.cpp index 7a2cee40..9323d06b 100644 --- a/test/no_mem_tem_keyword_fail.cpp +++ b/test/no_mem_tem_keyword_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_tem_keyword.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_MEMBER_TEMPLATE_KEYWORD diff --git a/test/no_mem_tem_keyword_pass.cpp b/test/no_mem_tem_keyword_pass.cpp index dc886ec9..97f4e878 100644 --- a/test/no_mem_tem_keyword_pass.cpp +++ b/test/no_mem_tem_keyword_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_tem_keyword.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_MEMBER_TEMPLATE_KEYWORD diff --git a/test/no_mem_templ_frnds_fail.cpp b/test/no_mem_templ_frnds_fail.cpp index ae5be435..9ac17346 100644 --- a/test/no_mem_templ_frnds_fail.cpp +++ b/test/no_mem_templ_frnds_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_templ_frnds.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_MEMBER_TEMPLATE_FRIENDS diff --git a/test/no_mem_templ_frnds_pass.cpp b/test/no_mem_templ_frnds_pass.cpp index 060198a9..8965394d 100644 --- a/test/no_mem_templ_frnds_pass.cpp +++ b/test/no_mem_templ_frnds_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_templ_frnds.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_MEMBER_TEMPLATE_FRIENDS diff --git a/test/no_mem_templates_fail.cpp b/test/no_mem_templates_fail.cpp index 79d0a605..9a6d1ea8 100644 --- a/test/no_mem_templates_fail.cpp +++ b/test/no_mem_templates_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_templates.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_MEMBER_TEMPLATES diff --git a/test/no_mem_templates_pass.cpp b/test/no_mem_templates_pass.cpp index e502636d..c3469f66 100644 --- a/test/no_mem_templates_pass.cpp +++ b/test/no_mem_templates_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_mem_templates.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_MEMBER_TEMPLATES diff --git a/test/no_ops_in_namespace_fail.cpp b/test/no_ops_in_namespace_fail.cpp index 5ed1b97e..dd2d68e6 100644 --- a/test/no_ops_in_namespace_fail.cpp +++ b/test/no_ops_in_namespace_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ops_in_namespace.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_OPERATORS_IN_NAMESPACE diff --git a/test/no_ops_in_namespace_pass.cpp b/test/no_ops_in_namespace_pass.cpp index 905c2322..3763f3e3 100644 --- a/test/no_ops_in_namespace_pass.cpp +++ b/test/no_ops_in_namespace_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ops_in_namespace.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_OPERATORS_IN_NAMESPACE diff --git a/test/no_partial_spec_fail.cpp b/test/no_partial_spec_fail.cpp index b7db295e..72f82623 100644 --- a/test/no_partial_spec_fail.cpp +++ b/test/no_partial_spec_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_partial_spec.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION diff --git a/test/no_partial_spec_pass.cpp b/test/no_partial_spec_pass.cpp index f0e2a598..49fab78a 100644 --- a/test/no_partial_spec_pass.cpp +++ b/test/no_partial_spec_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_partial_spec.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION diff --git a/test/no_priv_aggregate_fail.cpp b/test/no_priv_aggregate_fail.cpp index 94ecb591..6e01d926 100644 --- a/test/no_priv_aggregate_fail.cpp +++ b/test/no_priv_aggregate_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_priv_aggregate.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_PRIVATE_IN_AGGREGATE diff --git a/test/no_priv_aggregate_pass.cpp b/test/no_priv_aggregate_pass.cpp index 1139ec3d..64f6bb9f 100644 --- a/test/no_priv_aggregate_pass.cpp +++ b/test/no_priv_aggregate_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_priv_aggregate.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_PRIVATE_IN_AGGREGATE diff --git a/test/no_ptr_mem_const_fail.cpp b/test/no_ptr_mem_const_fail.cpp index b5da66d6..8e7198d6 100644 --- a/test/no_ptr_mem_const_fail.cpp +++ b/test/no_ptr_mem_const_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ptr_mem_const.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_POINTER_TO_MEMBER_CONST diff --git a/test/no_ptr_mem_const_pass.cpp b/test/no_ptr_mem_const_pass.cpp index c28c5295..94f289a0 100644 --- a/test/no_ptr_mem_const_pass.cpp +++ b/test/no_ptr_mem_const_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_ptr_mem_const.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_POINTER_TO_MEMBER_CONST diff --git a/test/no_sstream_fail.cpp b/test/no_sstream_fail.cpp index dbe4c22b..ee5a91ea 100644 --- a/test/no_sstream_fail.cpp +++ b/test/no_sstream_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_sstream.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_STRINGSTREAM diff --git a/test/no_sstream_pass.cpp b/test/no_sstream_pass.cpp index 217bf70c..892f27ff 100644 --- a/test/no_sstream_pass.cpp +++ b/test/no_sstream_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_sstream.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_STRINGSTREAM diff --git a/test/no_std_allocator_fail.cpp b/test/no_std_allocator_fail.cpp index ada3fd22..53db90aa 100644 --- a/test/no_std_allocator_fail.cpp +++ b/test/no_std_allocator_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_allocator.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_STD_ALLOCATOR diff --git a/test/no_std_allocator_pass.cpp b/test/no_std_allocator_pass.cpp index 58758aec..7deb2999 100644 --- a/test/no_std_allocator_pass.cpp +++ b/test/no_std_allocator_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_allocator.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_STD_ALLOCATOR diff --git a/test/no_std_distance_fail.cpp b/test/no_std_distance_fail.cpp index 5a4f4b9e..6d65efe4 100644 --- a/test/no_std_distance_fail.cpp +++ b/test/no_std_distance_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_distance.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_STD_DISTANCE diff --git a/test/no_std_distance_pass.cpp b/test/no_std_distance_pass.cpp index ef826e78..5cdd2682 100644 --- a/test/no_std_distance_pass.cpp +++ b/test/no_std_distance_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_distance.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_STD_DISTANCE diff --git a/test/no_std_iter_traits_fail.cpp b/test/no_std_iter_traits_fail.cpp index d8f149b2..943fcf84 100644 --- a/test/no_std_iter_traits_fail.cpp +++ b/test/no_std_iter_traits_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_iter_traits.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_STD_ITERATOR_TRAITS diff --git a/test/no_std_iter_traits_pass.cpp b/test/no_std_iter_traits_pass.cpp index 7e252bf1..356ca4cd 100644 --- a/test/no_std_iter_traits_pass.cpp +++ b/test/no_std_iter_traits_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_iter_traits.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_STD_ITERATOR_TRAITS diff --git a/test/no_std_iterator_fail.cpp b/test/no_std_iterator_fail.cpp index a0b78f7f..05d791fd 100644 --- a/test/no_std_iterator_fail.cpp +++ b/test/no_std_iterator_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_iterator.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_STD_ITERATOR diff --git a/test/no_std_iterator_pass.cpp b/test/no_std_iterator_pass.cpp index bf9e89c8..e9b9c2c3 100644 --- a/test/no_std_iterator_pass.cpp +++ b/test/no_std_iterator_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_iterator.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_STD_ITERATOR diff --git a/test/no_std_locale_fail.cpp b/test/no_std_locale_fail.cpp index b2bf89cd..8884521b 100644 --- a/test/no_std_locale_fail.cpp +++ b/test/no_std_locale_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_locale.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_STD_LOCALE diff --git a/test/no_std_locale_pass.cpp b/test/no_std_locale_pass.cpp index 73e34eee..0950a14c 100644 --- a/test/no_std_locale_pass.cpp +++ b/test/no_std_locale_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_locale.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_STD_LOCALE diff --git a/test/no_std_messages_fail.cpp b/test/no_std_messages_fail.cpp index 58c98348..02e7862c 100644 --- a/test/no_std_messages_fail.cpp +++ b/test/no_std_messages_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_messages.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_STD_MESSAGES diff --git a/test/no_std_messages_pass.cpp b/test/no_std_messages_pass.cpp index ed2cb349..7d9916b9 100644 --- a/test/no_std_messages_pass.cpp +++ b/test/no_std_messages_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_messages.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_STD_MESSAGES diff --git a/test/no_std_min_max_fail.cpp b/test/no_std_min_max_fail.cpp index 4e5cf126..bba3746a 100644 --- a/test/no_std_min_max_fail.cpp +++ b/test/no_std_min_max_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_min_max.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_STD_MIN_MAX diff --git a/test/no_std_min_max_pass.cpp b/test/no_std_min_max_pass.cpp index bf897c27..955306f9 100644 --- a/test/no_std_min_max_pass.cpp +++ b/test/no_std_min_max_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_min_max.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_STD_MIN_MAX diff --git a/test/no_std_oi_assign_fail.cpp b/test/no_std_oi_assign_fail.cpp index 958bdb4d..0a976785 100644 --- a/test/no_std_oi_assign_fail.cpp +++ b/test/no_std_oi_assign_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_oi_assign.cxx on -// Sun Sep 16 11:09:13 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN diff --git a/test/no_std_oi_assign_pass.cpp b/test/no_std_oi_assign_pass.cpp index 6c24134a..80d1ada5 100644 --- a/test/no_std_oi_assign_pass.cpp +++ b/test/no_std_oi_assign_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_oi_assign.cxx on -// Sun Sep 16 11:09:13 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN diff --git a/test/no_std_use_facet_fail.cpp b/test/no_std_use_facet_fail.cpp index 4faa1f3b..fed1fd1c 100644 --- a/test/no_std_use_facet_fail.cpp +++ b/test/no_std_use_facet_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_use_facet.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_STD_USE_FACET diff --git a/test/no_std_use_facet_pass.cpp b/test/no_std_use_facet_pass.cpp index fc85e457..0a979926 100644 --- a/test/no_std_use_facet_pass.cpp +++ b/test/no_std_use_facet_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_use_facet.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_STD_USE_FACET diff --git a/test/no_std_wstreambuf_fail.cpp b/test/no_std_wstreambuf_fail.cpp index 426ba139..c22ac5b5 100644 --- a/test/no_std_wstreambuf_fail.cpp +++ b/test/no_std_wstreambuf_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_wstreambuf.cxx on -// Wed Jul 17 12:54:32 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_STD_WSTREAMBUF diff --git a/test/no_std_wstreambuf_pass.cpp b/test/no_std_wstreambuf_pass.cpp index 7e10f9e2..924ea547 100644 --- a/test/no_std_wstreambuf_pass.cpp +++ b/test/no_std_wstreambuf_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_wstreambuf.cxx on -// Wed Jul 17 12:54:32 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_STD_WSTREAMBUF diff --git a/test/no_std_wstring_fail.cpp b/test/no_std_wstring_fail.cpp index 053aaf1d..1d7a0f31 100644 --- a/test/no_std_wstring_fail.cpp +++ b/test/no_std_wstring_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_wstring.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_STD_WSTRING diff --git a/test/no_std_wstring_pass.cpp b/test/no_std_wstring_pass.cpp index 0ed0cc7a..df7170b5 100644 --- a/test/no_std_wstring_pass.cpp +++ b/test/no_std_wstring_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_std_wstring.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_STD_WSTRING diff --git a/test/no_stdc_namespace_fail.cpp b/test/no_stdc_namespace_fail.cpp index 4916c9a6..35c42280 100644 --- a/test/no_stdc_namespace_fail.cpp +++ b/test/no_stdc_namespace_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_stdc_namespace.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_STDC_NAMESPACE diff --git a/test/no_stdc_namespace_pass.cpp b/test/no_stdc_namespace_pass.cpp index a42578f6..687e51ef 100644 --- a/test/no_stdc_namespace_pass.cpp +++ b/test/no_stdc_namespace_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_stdc_namespace.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_STDC_NAMESPACE diff --git a/test/no_swprintf_fail.cpp b/test/no_swprintf_fail.cpp index 0fadeac4..1cb7c232 100644 --- a/test/no_swprintf_fail.cpp +++ b/test/no_swprintf_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_swprintf.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_SWPRINTF diff --git a/test/no_swprintf_pass.cpp b/test/no_swprintf_pass.cpp index 48f31419..50db626e 100644 --- a/test/no_swprintf_pass.cpp +++ b/test/no_swprintf_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_swprintf.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_SWPRINTF diff --git a/test/no_template_template_fail.cpp b/test/no_template_template_fail.cpp index 6c5c9a7e..847f3f1b 100644 --- a/test/no_template_template_fail.cpp +++ b/test/no_template_template_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_template_template.cxx on -// Sun May 19 12:48:29 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_TEMPLATE_TEMPLATES diff --git a/test/no_template_template_pass.cpp b/test/no_template_template_pass.cpp index bf399c42..8bbf15cc 100644 --- a/test/no_template_template_pass.cpp +++ b/test/no_template_template_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_template_template.cxx on -// Sun May 19 12:48:29 2002 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_TEMPLATE_TEMPLATES diff --git a/test/no_using_template_fail.cpp b/test/no_using_template_fail.cpp index 6331ef7b..3a688c09 100644 --- a/test/no_using_template_fail.cpp +++ b/test/no_using_template_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_using_template.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_USING_TEMPLATE diff --git a/test/no_using_template_pass.cpp b/test/no_using_template_pass.cpp index 400809c8..11f30fd8 100644 --- a/test/no_using_template_pass.cpp +++ b/test/no_using_template_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_using_template.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_USING_TEMPLATE diff --git a/test/no_void_returns_fail.cpp b/test/no_void_returns_fail.cpp index 18cd8af0..130b7cad 100644 --- a/test/no_void_returns_fail.cpp +++ b/test/no_void_returns_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_void_returns.cxx on -// Wed Sep 26 15:18:31 EEST 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_VOID_RETURNS diff --git a/test/no_void_returns_pass.cpp b/test/no_void_returns_pass.cpp index fcc835d5..8d639f35 100644 --- a/test/no_void_returns_pass.cpp +++ b/test/no_void_returns_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_void_returns.cxx on -// Wed Sep 26 15:18:31 EEST 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_VOID_RETURNS diff --git a/test/no_wchar_t_fail.cpp b/test/no_wchar_t_fail.cpp index a5fa29a0..717be96a 100644 --- a/test/no_wchar_t_fail.cpp +++ b/test/no_wchar_t_fail.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_wchar_t.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifdef BOOST_NO_INTRINSIC_WCHAR_T diff --git a/test/no_wchar_t_pass.cpp b/test/no_wchar_t_pass.cpp index 38021095..8d56027b 100644 --- a/test/no_wchar_t_pass.cpp +++ b/test/no_wchar_t_pass.cpp @@ -11,7 +11,7 @@ // Do not edit this file, it was generated automatically by // ../tools/generate from boost_no_wchar_t.cxx on -// Mon Sep 10 12:18:12 2001 +// Thu Sep 12 12:24:12 2002 // Must not have BOOST_ASSERT_CONFIG set; it defeats // the objective of this file: @@ -20,7 +20,6 @@ #endif #include -#include #include "test.hpp" #ifndef BOOST_NO_INTRINSIC_WCHAR_T diff --git a/tools/configure.in b/tools/configure.in index aab4b609..1809e5ed 100644 --- a/tools/configure.in +++ b/tools/configure.in @@ -158,7 +158,6 @@ for file in $boost_base/libs/config/test/boost_no*.cxx; do AC_TRY_LINK( [ #include -#include #include "test.hpp" #ifndef $macroname @@ -167,14 +166,9 @@ for file in $boost_base/libs/config/test/boost_no*.cxx; do namespace ${namespace} = empty_boost; #endif -int cpp_main( int, char *[] ) -{ - return ${namespace}::test(); -} -#define main _main ] , - [] + [ return ${namespace}::test(); ] , [AC_MSG_RESULT(OK)] , @@ -189,7 +183,6 @@ int cpp_main( int, char *[] ) AC_TRY_LINK( [ #include -#include #include "test.hpp" #ifdef $macroname @@ -198,14 +191,9 @@ int cpp_main( int, char *[] ) #error "this file should not compile" #endif -int cpp_main( int, char *[] ) -{ - return ${namespace}::test(); -} -#define main _main ] , - [] + [return ${namespace}::test();] , [AC_MSG_RESULT(failed) required_undefs="$macroname $required_undefs"] @@ -238,7 +226,6 @@ for file in $boost_base/libs/config/test/boost_has*.cxx; do AC_TRY_LINK( [ #include -#include #include "test.hpp" #ifdef $macroname @@ -247,14 +234,9 @@ for file in $boost_base/libs/config/test/boost_has*.cxx; do namespace ${namespace} = empty_boost; #endif -int cpp_main( int, char *[] ) -{ - return ${namespace}::test(); -} -#define main _main ] , - [] + [return ${namespace}::test();] , [AC_MSG_RESULT(OK)] , @@ -266,7 +248,6 @@ int cpp_main( int, char *[] ) AC_TRY_LINK( [ #include -#include #include "test.hpp" #ifndef $macroname @@ -275,14 +256,9 @@ int cpp_main( int, char *[] ) #error "this file should not compile" #endif -int cpp_main( int, char *[] ) -{ - return ${namespace}::test(); -} -#define main _main ] , - [] + [return ${namespace}::test();] , [ AC_MSG_RESULT(failed) @@ -301,19 +277,13 @@ int cpp_main( int, char *[] ) AC_TRY_LINK( [ #include -#include #include "test.hpp" #include "boost_$basename.cxx" -int cpp_main( int, char *[] ) -{ - return ${namespace}::test(); -} -#define main _main ] , - [] + [return ${namespace}::test();] , [ AC_MSG_RESULT(Yes) @@ -441,3 +411,5 @@ fi + + diff --git a/tools/generate b/tools/generate index 65587833..91b6c09f 100644 --- a/tools/generate +++ b/tools/generate @@ -12,6 +12,22 @@ run libs/config/test/config_info.cpp run libs/config/test/config_test.cpp run libs/config/test/limits_test.cpp +EOF +cat > ../test/Jamfile << EOF +# +# Regression test Jamfile for boost configuration setup. +# This file was automatically generated on $date_string, +# do not edit by hand... +# +subproject libs/config/test ; +# bring in the rules for testing +SEARCH on testing.jam = \$(BOOST_BUILD_PATH) ; +include testing.jam ; + +run config_info.cpp ; +run config_test.cpp ../../test/build/test_exec_monitor ; +run limits_test.cpp ../../test/build/test_exec_monitor ; + EOF # init main config test file: @@ -83,7 +99,6 @@ for file in ../test/boost_no_*.cxx; do #endif #include -#include #include "test.hpp" #ifndef $macroname @@ -129,7 +144,6 @@ EOF #endif #include -#include #include "test.hpp" #ifdef $macroname @@ -160,6 +174,9 @@ EOF echo "run libs/config/test/$basename""_pass.cpp" >> ../test/regression.cfg echo "link-fail libs/config/test/$basename""_fail.cpp" >> ../test/regression.cfg + echo 'test-suite "'$macroname'" : ' >> ../test/Jamfile + echo "[ run $basename""_pass.cpp ../../test/build/prg_exec_monitor ]" >> ../test/Jamfile + echo "[ link-fail $basename""_fail.cpp ../../test/build/prg_exec_monitor ] ;" >> ../test/Jamfile done @@ -207,7 +224,6 @@ for file in ../test/boost_has_*.cxx; do #endif #include -#include #include "test.hpp" #ifdef $macroname @@ -252,7 +268,6 @@ EOF #endif #include -#include #include "test.hpp" #ifndef $macroname @@ -283,6 +298,10 @@ EOF echo "run libs/config/test/$basename""_pass.cpp" >> ../test/regression.cfg echo "link-fail libs/config/test/$basename""_fail.cpp" >> ../test/regression.cfg + echo 'test-suite "'$macroname'" : ' >> ../test/Jamfile + echo "[ run $basename""_pass.cpp ../../test/build/prg_exec_monitor ]" >> ../test/Jamfile + echo "[ link-fail $basename""_fail.cpp ../../test/build/prg_exec_monitor ] ;" >> ../test/Jamfile + done @@ -327,3 +346,6 @@ echo + + +