mirror of
https://github.com/boostorg/config.git
synced 2026-05-04 03:50:53 +02:00
Stripped tabs from source files
[SVN r12333]
This commit is contained in:
@@ -110,7 +110,7 @@ void print_compiler_macros()
|
||||
PRINT_MACRO(__FUNC__);
|
||||
PRINT_MACRO(_M_IX86);
|
||||
PRINT_MACRO(__MSDOS__);
|
||||
PRINT_MACRO(__MT__ );
|
||||
PRINT_MACRO(__MT__ );
|
||||
PRINT_MACRO(__PASCAL__);
|
||||
PRINT_MACRO(__STDC__);
|
||||
PRINT_MACRO(__TLS__);
|
||||
|
||||
+63
-63
@@ -330,67 +330,67 @@ namespace boost_has_winthreads = empty_boost;
|
||||
|
||||
int test_main( int, char *[] )
|
||||
{
|
||||
BOOST_TEST(0 == boost_no_intrinsic_wchar_t::test());
|
||||
BOOST_TEST(0 == boost_no_void_returns::test());
|
||||
BOOST_TEST(0 == boost_no_using_template::test());
|
||||
BOOST_TEST(0 == boost_no_swprintf::test());
|
||||
BOOST_TEST(0 == boost_no_stdc_namespace::test());
|
||||
BOOST_TEST(0 == boost_no_std_wstring::test());
|
||||
BOOST_TEST(0 == boost_no_std_use_facet::test());
|
||||
BOOST_TEST(0 == boost_no_std_output_iterator_assign::test());
|
||||
BOOST_TEST(0 == boost_no_std_min_max::test());
|
||||
BOOST_TEST(0 == boost_no_std_messages::test());
|
||||
BOOST_TEST(0 == boost_no_std_locale::test());
|
||||
BOOST_TEST(0 == boost_no_std_iterator::test());
|
||||
BOOST_TEST(0 == boost_no_std_iterator_traits::test());
|
||||
BOOST_TEST(0 == boost_no_std_distance::test());
|
||||
BOOST_TEST(0 == boost_no_std_allocator::test());
|
||||
BOOST_TEST(0 == boost_no_stringstream::test());
|
||||
BOOST_TEST(0 == boost_no_pointer_to_member_const::test());
|
||||
BOOST_TEST(0 == boost_no_private_in_aggregate::test());
|
||||
BOOST_TEST(0 == boost_no_template_partial_specialization::test());
|
||||
BOOST_TEST(0 == boost_no_operators_in_namespace::test());
|
||||
BOOST_TEST(0 == boost_no_member_templates::test());
|
||||
BOOST_TEST(0 == boost_no_member_template_friends::test());
|
||||
BOOST_TEST(0 == boost_no_member_template_keyword::test());
|
||||
BOOST_TEST(0 == boost_no_limits_compile_time_constants::test());
|
||||
BOOST_TEST(0 == boost_no_limits::test());
|
||||
BOOST_TEST(0 == boost_no_templated_iterator_constructors::test());
|
||||
BOOST_TEST(0 == boost_no_integral_int64_t::test());
|
||||
BOOST_TEST(0 == boost_no_inclass_member_initialization::test());
|
||||
BOOST_TEST(0 == boost_no_function_template_ordering::test());
|
||||
BOOST_TEST(0 == boost_no_explicit_function_template_arguments::test());
|
||||
BOOST_TEST(0 == boost_no_dependent_types_in_template_value_parameters::test());
|
||||
BOOST_TEST(0 == boost_no_dependent_nested_derivations::test());
|
||||
BOOST_TEST(0 == boost_no_cwctype::test());
|
||||
BOOST_TEST(0 == boost_no_cwchar::test());
|
||||
BOOST_TEST(0 == boost_no_cv_void_specializations::test());
|
||||
BOOST_TEST(0 == boost_no_cv_specializations::test());
|
||||
BOOST_TEST(0 == boost_no_ctype_functions::test());
|
||||
BOOST_TEST(0 == boost_no_auto_ptr::test());
|
||||
BOOST_TEST(0 == boost_no_argument_dependent_lookup::test());
|
||||
BOOST_TEST(0 == boost_has_winthreads::test());
|
||||
BOOST_TEST(0 == boost_msvc_std_iterator::test());
|
||||
BOOST_TEST(0 == boost_msvc6_member_templates::test());
|
||||
BOOST_TEST(0 == boost_has_unistd_h::test());
|
||||
BOOST_TEST(0 == boost_has_stlp_use_facet::test());
|
||||
BOOST_TEST(0 == boost_has_stdint_h::test());
|
||||
BOOST_TEST(0 == boost_has_slist::test());
|
||||
BOOST_TEST(0 == boost_has_sgi_type_traits::test());
|
||||
BOOST_TEST(0 == boost_has_sched_yield::test());
|
||||
BOOST_TEST(0 == boost_has_pthreads::test());
|
||||
BOOST_TEST(0 == boost_has_pthread_yield::test());
|
||||
BOOST_TEST(0 == boost_has_pthread_mutexattr_settype::test());
|
||||
BOOST_TEST(0 == boost_has_pthread_delay_np::test());
|
||||
BOOST_TEST(0 == boost_has_nl_types_h::test());
|
||||
BOOST_TEST(0 == boost_has_nanosleep::test());
|
||||
BOOST_TEST(0 == boost_has_macro_use_facet::test());
|
||||
BOOST_TEST(0 == boost_has_long_long::test());
|
||||
BOOST_TEST(0 == boost_has_hash::test());
|
||||
BOOST_TEST(0 == boost_has_gettimeofday::test());
|
||||
BOOST_TEST(0 == boost_has_ftime::test());
|
||||
BOOST_TEST(0 == boost_has_clock_gettime::test());
|
||||
BOOST_TEST(0 == boost_has_bethreads::test());
|
||||
BOOST_TEST(0 == boost_has_two_arg_use_facet::test());
|
||||
return 0;
|
||||
BOOST_TEST(0 == boost_no_intrinsic_wchar_t::test());
|
||||
BOOST_TEST(0 == boost_no_void_returns::test());
|
||||
BOOST_TEST(0 == boost_no_using_template::test());
|
||||
BOOST_TEST(0 == boost_no_swprintf::test());
|
||||
BOOST_TEST(0 == boost_no_stdc_namespace::test());
|
||||
BOOST_TEST(0 == boost_no_std_wstring::test());
|
||||
BOOST_TEST(0 == boost_no_std_use_facet::test());
|
||||
BOOST_TEST(0 == boost_no_std_output_iterator_assign::test());
|
||||
BOOST_TEST(0 == boost_no_std_min_max::test());
|
||||
BOOST_TEST(0 == boost_no_std_messages::test());
|
||||
BOOST_TEST(0 == boost_no_std_locale::test());
|
||||
BOOST_TEST(0 == boost_no_std_iterator::test());
|
||||
BOOST_TEST(0 == boost_no_std_iterator_traits::test());
|
||||
BOOST_TEST(0 == boost_no_std_distance::test());
|
||||
BOOST_TEST(0 == boost_no_std_allocator::test());
|
||||
BOOST_TEST(0 == boost_no_stringstream::test());
|
||||
BOOST_TEST(0 == boost_no_pointer_to_member_const::test());
|
||||
BOOST_TEST(0 == boost_no_private_in_aggregate::test());
|
||||
BOOST_TEST(0 == boost_no_template_partial_specialization::test());
|
||||
BOOST_TEST(0 == boost_no_operators_in_namespace::test());
|
||||
BOOST_TEST(0 == boost_no_member_templates::test());
|
||||
BOOST_TEST(0 == boost_no_member_template_friends::test());
|
||||
BOOST_TEST(0 == boost_no_member_template_keyword::test());
|
||||
BOOST_TEST(0 == boost_no_limits_compile_time_constants::test());
|
||||
BOOST_TEST(0 == boost_no_limits::test());
|
||||
BOOST_TEST(0 == boost_no_templated_iterator_constructors::test());
|
||||
BOOST_TEST(0 == boost_no_integral_int64_t::test());
|
||||
BOOST_TEST(0 == boost_no_inclass_member_initialization::test());
|
||||
BOOST_TEST(0 == boost_no_function_template_ordering::test());
|
||||
BOOST_TEST(0 == boost_no_explicit_function_template_arguments::test());
|
||||
BOOST_TEST(0 == boost_no_dependent_types_in_template_value_parameters::test());
|
||||
BOOST_TEST(0 == boost_no_dependent_nested_derivations::test());
|
||||
BOOST_TEST(0 == boost_no_cwctype::test());
|
||||
BOOST_TEST(0 == boost_no_cwchar::test());
|
||||
BOOST_TEST(0 == boost_no_cv_void_specializations::test());
|
||||
BOOST_TEST(0 == boost_no_cv_specializations::test());
|
||||
BOOST_TEST(0 == boost_no_ctype_functions::test());
|
||||
BOOST_TEST(0 == boost_no_auto_ptr::test());
|
||||
BOOST_TEST(0 == boost_no_argument_dependent_lookup::test());
|
||||
BOOST_TEST(0 == boost_has_winthreads::test());
|
||||
BOOST_TEST(0 == boost_msvc_std_iterator::test());
|
||||
BOOST_TEST(0 == boost_msvc6_member_templates::test());
|
||||
BOOST_TEST(0 == boost_has_unistd_h::test());
|
||||
BOOST_TEST(0 == boost_has_stlp_use_facet::test());
|
||||
BOOST_TEST(0 == boost_has_stdint_h::test());
|
||||
BOOST_TEST(0 == boost_has_slist::test());
|
||||
BOOST_TEST(0 == boost_has_sgi_type_traits::test());
|
||||
BOOST_TEST(0 == boost_has_sched_yield::test());
|
||||
BOOST_TEST(0 == boost_has_pthreads::test());
|
||||
BOOST_TEST(0 == boost_has_pthread_yield::test());
|
||||
BOOST_TEST(0 == boost_has_pthread_mutexattr_settype::test());
|
||||
BOOST_TEST(0 == boost_has_pthread_delay_np::test());
|
||||
BOOST_TEST(0 == boost_has_nl_types_h::test());
|
||||
BOOST_TEST(0 == boost_has_nanosleep::test());
|
||||
BOOST_TEST(0 == boost_has_macro_use_facet::test());
|
||||
BOOST_TEST(0 == boost_has_long_long::test());
|
||||
BOOST_TEST(0 == boost_has_hash::test());
|
||||
BOOST_TEST(0 == boost_has_gettimeofday::test());
|
||||
BOOST_TEST(0 == boost_has_ftime::test());
|
||||
BOOST_TEST(0 == boost_has_clock_gettime::test());
|
||||
BOOST_TEST(0 == boost_has_bethreads::test());
|
||||
BOOST_TEST(0 == boost_has_two_arg_use_facet::test());
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_two_arg_use_facet::test();
|
||||
}
|
||||
|
||||
return boost_has_two_arg_use_facet::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_two_arg_use_facet = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_two_arg_use_facet::test();
|
||||
}
|
||||
|
||||
return boost_has_two_arg_use_facet::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_bethreads::test();
|
||||
}
|
||||
|
||||
return boost_has_bethreads::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_bethreads = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_bethreads::test();
|
||||
}
|
||||
|
||||
return boost_has_bethreads::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_clock_gettime::test();
|
||||
}
|
||||
|
||||
return boost_has_clock_gettime::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_clock_gettime = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_clock_gettime::test();
|
||||
}
|
||||
|
||||
return boost_has_clock_gettime::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_ftime::test();
|
||||
}
|
||||
|
||||
return boost_has_ftime::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_ftime = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_ftime::test();
|
||||
}
|
||||
|
||||
return boost_has_ftime::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_gettimeofday::test();
|
||||
}
|
||||
|
||||
return boost_has_gettimeofday::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_gettimeofday = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_gettimeofday::test();
|
||||
}
|
||||
|
||||
return boost_has_gettimeofday::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_hash::test();
|
||||
}
|
||||
|
||||
return boost_has_hash::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_hash = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_hash::test();
|
||||
}
|
||||
|
||||
return boost_has_hash::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_long_long::test();
|
||||
}
|
||||
|
||||
return boost_has_long_long::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_long_long = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_long_long::test();
|
||||
}
|
||||
|
||||
return boost_has_long_long::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_macro_use_facet::test();
|
||||
}
|
||||
|
||||
return boost_has_macro_use_facet::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_macro_use_facet = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_macro_use_facet::test();
|
||||
}
|
||||
|
||||
return boost_has_macro_use_facet::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_nanosleep::test();
|
||||
}
|
||||
|
||||
return boost_has_nanosleep::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_nanosleep = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_nanosleep::test();
|
||||
}
|
||||
|
||||
return boost_has_nanosleep::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_nl_types_h::test();
|
||||
}
|
||||
|
||||
return boost_has_nl_types_h::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_nl_types_h = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_nl_types_h::test();
|
||||
}
|
||||
|
||||
return boost_has_nl_types_h::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_pthread_delay_np::test();
|
||||
}
|
||||
|
||||
return boost_has_pthread_delay_np::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_pthread_delay_np = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_pthread_delay_np::test();
|
||||
}
|
||||
|
||||
return boost_has_pthread_delay_np::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_pthread_mutexattr_settype::test();
|
||||
}
|
||||
|
||||
return boost_has_pthread_mutexattr_settype::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_pthread_mutexattr_settype = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_pthread_mutexattr_settype::test();
|
||||
}
|
||||
|
||||
return boost_has_pthread_mutexattr_settype::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_pthread_yield::test();
|
||||
}
|
||||
|
||||
return boost_has_pthread_yield::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_pthread_yield = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_pthread_yield::test();
|
||||
}
|
||||
|
||||
return boost_has_pthread_yield::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_pthreads::test();
|
||||
}
|
||||
|
||||
return boost_has_pthreads::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_pthreads = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_pthreads::test();
|
||||
}
|
||||
|
||||
return boost_has_pthreads::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_sched_yield::test();
|
||||
}
|
||||
|
||||
return boost_has_sched_yield::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_sched_yield = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_sched_yield::test();
|
||||
}
|
||||
|
||||
return boost_has_sched_yield::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_sgi_type_traits::test();
|
||||
}
|
||||
|
||||
return boost_has_sgi_type_traits::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_sgi_type_traits = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_sgi_type_traits::test();
|
||||
}
|
||||
|
||||
return boost_has_sgi_type_traits::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_slist::test();
|
||||
}
|
||||
|
||||
return boost_has_slist::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_slist = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_slist::test();
|
||||
}
|
||||
|
||||
return boost_has_slist::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_stdint_h::test();
|
||||
}
|
||||
|
||||
return boost_has_stdint_h::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_stdint_h = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_stdint_h::test();
|
||||
}
|
||||
|
||||
return boost_has_stdint_h::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_stlp_use_facet::test();
|
||||
}
|
||||
|
||||
return boost_has_stlp_use_facet::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_stlp_use_facet = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_stlp_use_facet::test();
|
||||
}
|
||||
|
||||
return boost_has_stlp_use_facet::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_unistd_h::test();
|
||||
}
|
||||
|
||||
return boost_has_unistd_h::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_unistd_h = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_unistd_h::test();
|
||||
}
|
||||
|
||||
return boost_has_unistd_h::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_msvc6_member_templates::test();
|
||||
}
|
||||
|
||||
return boost_msvc6_member_templates::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_msvc6_member_templates = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_msvc6_member_templates::test();
|
||||
}
|
||||
|
||||
return boost_msvc6_member_templates::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_msvc_std_iterator::test();
|
||||
}
|
||||
|
||||
return boost_msvc_std_iterator::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_msvc_std_iterator = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_msvc_std_iterator::test();
|
||||
}
|
||||
|
||||
return boost_msvc_std_iterator::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_winthreads::test();
|
||||
}
|
||||
|
||||
return boost_has_winthreads::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_has_winthreads = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_has_winthreads::test();
|
||||
}
|
||||
|
||||
return boost_has_winthreads::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -78,11 +78,11 @@ void test_float_limits(const T &, const char * msg)
|
||||
const T snan = lim::signaling_NaN();
|
||||
|
||||
std::cout << "IEEE-compatible: " << lim::is_iec559
|
||||
<< ", traps: " << lim::traps
|
||||
<< ", bounded: " << lim::is_bounded
|
||||
<< ", exact: " << lim::is_exact << '\n'
|
||||
<< "min: " << lim::min() << ", max: " << lim::max() << '\n'
|
||||
<< "infinity: " << infinity << ", QNaN: " << qnan << '\n';
|
||||
<< ", traps: " << lim::traps
|
||||
<< ", bounded: " << lim::is_bounded
|
||||
<< ", exact: " << lim::is_exact << '\n'
|
||||
<< "min: " << lim::min() << ", max: " << lim::max() << '\n'
|
||||
<< "infinity: " << infinity << ", QNaN: " << qnan << '\n';
|
||||
print_hex_val(lim::max(), "max");
|
||||
print_hex_val(infinity, "infinity");
|
||||
print_hex_val(qnan, "qnan");
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_argument_dependent_lookup::test();
|
||||
}
|
||||
|
||||
return boost_no_argument_dependent_lookup::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_argument_dependent_lookup = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_argument_dependent_lookup::test();
|
||||
}
|
||||
|
||||
return boost_no_argument_dependent_lookup::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_auto_ptr::test();
|
||||
}
|
||||
|
||||
return boost_no_auto_ptr::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_auto_ptr = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_auto_ptr::test();
|
||||
}
|
||||
|
||||
return boost_no_auto_ptr::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_ctype_functions::test();
|
||||
}
|
||||
|
||||
return boost_no_ctype_functions::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_ctype_functions = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_ctype_functions::test();
|
||||
}
|
||||
|
||||
return boost_no_ctype_functions::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_cv_specializations::test();
|
||||
}
|
||||
|
||||
return boost_no_cv_specializations::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_cv_specializations = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_cv_specializations::test();
|
||||
}
|
||||
|
||||
return boost_no_cv_specializations::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_cv_void_specializations::test();
|
||||
}
|
||||
|
||||
return boost_no_cv_void_specializations::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_cv_void_specializations = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_cv_void_specializations::test();
|
||||
}
|
||||
|
||||
return boost_no_cv_void_specializations::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_cwchar::test();
|
||||
}
|
||||
|
||||
return boost_no_cwchar::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_cwchar = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_cwchar::test();
|
||||
}
|
||||
|
||||
return boost_no_cwchar::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_cwctype::test();
|
||||
}
|
||||
|
||||
return boost_no_cwctype::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_cwctype = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_cwctype::test();
|
||||
}
|
||||
|
||||
return boost_no_cwctype::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_dependent_nested_derivations::test();
|
||||
}
|
||||
|
||||
return boost_no_dependent_nested_derivations::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_dependent_nested_derivations = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_dependent_nested_derivations::test();
|
||||
}
|
||||
|
||||
return boost_no_dependent_nested_derivations::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_dependent_types_in_template_value_parameters::test();
|
||||
}
|
||||
|
||||
return boost_no_dependent_types_in_template_value_parameters::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_dependent_types_in_template_value_parameters = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_dependent_types_in_template_value_parameters::test();
|
||||
}
|
||||
|
||||
return boost_no_dependent_types_in_template_value_parameters::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_explicit_function_template_arguments::test();
|
||||
}
|
||||
|
||||
return boost_no_explicit_function_template_arguments::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_explicit_function_template_arguments = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_explicit_function_template_arguments::test();
|
||||
}
|
||||
|
||||
return boost_no_explicit_function_template_arguments::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_function_template_ordering::test();
|
||||
}
|
||||
|
||||
return boost_no_function_template_ordering::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_function_template_ordering = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_function_template_ordering::test();
|
||||
}
|
||||
|
||||
return boost_no_function_template_ordering::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_inclass_member_initialization::test();
|
||||
}
|
||||
|
||||
return boost_no_inclass_member_initialization::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_inclass_member_initialization = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_inclass_member_initialization::test();
|
||||
}
|
||||
|
||||
return boost_no_inclass_member_initialization::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_integral_int64_t::test();
|
||||
}
|
||||
|
||||
return boost_no_integral_int64_t::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_integral_int64_t = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_integral_int64_t::test();
|
||||
}
|
||||
|
||||
return boost_no_integral_int64_t::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_templated_iterator_constructors::test();
|
||||
}
|
||||
|
||||
return boost_no_templated_iterator_constructors::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_templated_iterator_constructors = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_templated_iterator_constructors::test();
|
||||
}
|
||||
|
||||
return boost_no_templated_iterator_constructors::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_limits_compile_time_constants::test();
|
||||
}
|
||||
|
||||
return boost_no_limits_compile_time_constants::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_limits_compile_time_constants = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_limits_compile_time_constants::test();
|
||||
}
|
||||
|
||||
return boost_no_limits_compile_time_constants::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_limits::test();
|
||||
}
|
||||
|
||||
return boost_no_limits::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_limits = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_limits::test();
|
||||
}
|
||||
|
||||
return boost_no_limits::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_member_template_keyword::test();
|
||||
}
|
||||
|
||||
return boost_no_member_template_keyword::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_member_template_keyword = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_member_template_keyword::test();
|
||||
}
|
||||
|
||||
return boost_no_member_template_keyword::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_member_template_friends::test();
|
||||
}
|
||||
|
||||
return boost_no_member_template_friends::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_member_template_friends = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_member_template_friends::test();
|
||||
}
|
||||
|
||||
return boost_no_member_template_friends::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_member_templates::test();
|
||||
}
|
||||
|
||||
return boost_no_member_templates::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_member_templates = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_member_templates::test();
|
||||
}
|
||||
|
||||
return boost_no_member_templates::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_operators_in_namespace::test();
|
||||
}
|
||||
|
||||
return boost_no_operators_in_namespace::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_operators_in_namespace = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_operators_in_namespace::test();
|
||||
}
|
||||
|
||||
return boost_no_operators_in_namespace::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_template_partial_specialization::test();
|
||||
}
|
||||
|
||||
return boost_no_template_partial_specialization::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_template_partial_specialization = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_template_partial_specialization::test();
|
||||
}
|
||||
|
||||
return boost_no_template_partial_specialization::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_private_in_aggregate::test();
|
||||
}
|
||||
|
||||
return boost_no_private_in_aggregate::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_private_in_aggregate = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_private_in_aggregate::test();
|
||||
}
|
||||
|
||||
return boost_no_private_in_aggregate::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_pointer_to_member_const::test();
|
||||
}
|
||||
|
||||
return boost_no_pointer_to_member_const::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_pointer_to_member_const = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_pointer_to_member_const::test();
|
||||
}
|
||||
|
||||
return boost_no_pointer_to_member_const::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_stringstream::test();
|
||||
}
|
||||
|
||||
return boost_no_stringstream::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_stringstream = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_stringstream::test();
|
||||
}
|
||||
|
||||
return boost_no_stringstream::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_std_allocator::test();
|
||||
}
|
||||
|
||||
return boost_no_std_allocator::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@ namespace boost_no_std_allocator = empty_boost;
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_std_allocator::test();
|
||||
}
|
||||
|
||||
return boost_no_std_allocator::test();
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_no_std_distance::test();
|
||||
}
|
||||
|
||||
return boost_no_std_distance::test();
|
||||
}
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user