config/test
2019-10-30 18:30:31 +00:00
..
abi restrict abi testing to "real" msvc. 2003-12-01 11:54:17 +00:00
all Add BOOST_NO_CXX11_EXCECPTION. 2019-08-23 12:45:33 +01:00
link Fix bash paths in shebangs 2017-07-26 11:23:05 -06:00
threads Added tests for new requires_threads.hpp header 2003-12-20 11:55:42 +00:00
boost_fallthrough_test.cpp Big clean up to fix issues identified by the inspect program. 2019-08-20 18:51:17 +01:00
boost_has_2arg_use_facet.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_bethreads.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_clock_gettime.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_detect_mismatch.ipp #pragma detect_mismatch should be at global scope. 2018-04-19 18:25:57 +01:00
boost_has_dirent_h.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_expm1.ipp Update in preparation for adding the TR1 library. 2005-10-14 17:47:29 +00:00
boost_has_float128.ipp Add missing files. 2015-08-30 10:09:44 +01:00
boost_has_ftime.ipp Clear compiler warnings 2011-10-31 11:21:10 +00:00
boost_has_getsystemtimeasfiletime.ipp Document BOOST_HAS_GETSYSTEMTIMEASFILETIME, add test case, and change test for BOOST_HAS_FTIME. 2011-07-13 18:03:52 +00:00
boost_has_gettimeofday.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_hash.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_has_int128.ipp Merge branch 'z_OS_support' of https://github.com/pgroke-dt/config into develop 2017-02-26 18:59:19 +00:00
boost_has_log1p.ipp Update in preparation for adding the TR1 library. 2005-10-14 17:47:29 +00:00
boost_has_long_long.ipp Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8. 2004-09-04 10:34:49 +00:00
boost_has_macro_use_facet.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_ms_int64.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_nanosleep.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_nl_types_h.ipp Fixes for various clang versions: clang-5 didn't like the comparison used for testing nl_type.h, other clang versions look for ::gets even though libstdc++ doesn't define it 2017-02-26 13:01:11 +00:00
boost_has_nrvo.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_has_part_alloc.ipp Previous fix broke some tests, second try at warning suppression. 2018-04-19 09:12:18 +01:00
boost_has_pthread_delay_np.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_pthread_ma_st.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_pthread_yield.ipp Fix clang error and some warnings 2014-06-01 09:22:27 -07:00
boost_has_pthreads.ipp Update thread tests: allow thread creation to fail at runtime. 2008-04-18 10:14:23 +00:00
boost_has_rvalue_refs.ipp Fix C++0x helper macros 2007-03-14 09:20:38 +00:00
boost_has_sched_yield.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_sgi_type_traits.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_sigaction.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_slist.ipp Gcc has hash_set and slist in non-standard location. 2006-01-26 17:32:13 +00:00
boost_has_static_assert.ipp Fix C++0x helper macros 2007-03-14 09:20:38 +00:00
boost_has_stdint_h.ipp Oops last QNX fix didn't quite work, should be really fixed now! 2006-02-07 11:13:07 +00:00
boost_has_stlp_use_facet.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_unistd_h.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_variadic_tmpl.ipp Fix C++0x helper macros 2007-03-14 09:20:38 +00:00
boost_has_vc6_mem_templ.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_vc_iterator.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_has_winthreads.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_adl_barrier.ipp Added missing files: from addition of new config macro BOOST_NO_ADL_BARRIER. 2008-03-29 16:27:34 +00:00
boost_no_arg_dep_lookup.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_array_type_spec.ipp DigitalMars fixes 2003-12-13 10:06:06 +00:00
boost_no_auto_declarations.ipp Merge branch 'z_OS_support' of https://github.com/pgroke-dt/config into develop 2017-02-26 18:59:19 +00:00
boost_no_auto_multidecl.ipp Merge branch 'z_OS_support' of https://github.com/pgroke-dt/config into develop 2017-02-26 18:59:19 +00:00
boost_no_auto_ptr.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_bcb_partial_spec.ipp Fix some more inspection report issues: mostly non-ASCII characters in peoples names (sorry folks!). 2008-06-29 09:10:46 +00:00
boost_no_char16_t.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_no_char32_t.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_no_com_value_init.ipp Removed temporary option to skip ptr-to-member initializations, BOOST_DETAIL_NO_COMPLETE_VALUE_INITIALIZATION_SKIP_PTR_TO_MEMBER. 2010-07-04 10:19:10 +00:00
boost_no_constexpr.ipp Add test case for issue #246 2018-11-07 13:52:52 +00:00
boost_no_ctype_functions.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_cv_spec.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_cv_void_spec.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_cwchar.ipp VC2017.3: don't test for wcscpy as VC2017.3 rejects it as "unsafe". 2017-09-01 18:33:35 +01:00
boost_no_cwctype.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_cxx11_addressof.ipp Add test files as well 2014-02-11 18:25:38 +02:00
boost_no_cxx11_alignas.ipp Added BOOST_NO_CXX11_ALIGNAS, BOOST_ALIGNMENT and BOOST_NO_ALIGNMENT macros. 2013-06-15 13:48:07 +00:00
boost_no_cxx11_allocator.ipp Add test case for BOOST_NO_CXX11_ALLOCATOR 2014-05-08 11:53:50 -07:00
boost_no_cxx11_atomic_sp.ipp A few of the C++11 configuration tests had tests for features that didn't make it into the C++11 standard; remove those tests 2012-11-28 15:00:01 +00:00
boost_no_cxx11_defaulted_moves.ipp comment/whitespace fixes 2018-01-11 21:22:59 +01:00
boost_no_cxx11_exception.ipp Add BOOST_NO_CXX11_EXCECPTION. 2019-08-23 12:45:33 +01:00
boost_no_cxx11_final.ipp Set BOOST_NO_CXX11_FINAL for all obsolete compilers, or for those we can't test locally. 2014-08-19 18:34:09 +01:00
boost_no_cxx11_hdr_array.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_no_cxx11_hdr_atomic.ipp Correct usage of std::memory_order in test case. 2019-06-27 08:34:47 +01:00
boost_no_cxx11_hdr_chrono.ipp Fix up GCC-4.7.0 config options. 2012-04-25 17:18:23 +00:00
boost_no_cxx11_hdr_codecvt.ipp Add missing #include. 2015-08-04 12:44:49 +01:00
boost_no_cxx11_hdr_condition_variable.ipp Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce) 2012-03-04 03:00:49 +00:00
boost_no_cxx11_hdr_forward_list.ipp Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce) 2012-03-04 03:00:49 +00:00
boost_no_cxx11_hdr_future.ipp A few of the C++11 configuration tests had tests for features that didn't make it into the C++11 standard; remove those tests 2012-11-28 15:00:01 +00:00
boost_no_cxx11_hdr_initializer_list.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_no_cxx11_hdr_mutex.ipp Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce) 2012-03-04 03:00:49 +00:00
boost_no_cxx11_hdr_random.ipp Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce) 2012-03-04 03:00:49 +00:00
boost_no_cxx11_hdr_ratio.ipp Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce) 2012-03-04 03:00:49 +00:00
boost_no_cxx11_hdr_regex.ipp Fix <regex> test case. 2014-05-28 18:45:37 +01:00
boost_no_cxx11_hdr_system_error.ipp Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce) 2012-03-04 03:00:49 +00:00
boost_no_cxx11_hdr_thread.ipp Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce) 2012-03-04 03:00:49 +00:00
boost_no_cxx11_hdr_tuple.ipp Fix some warnings and miswritten test case, add test for BOOST_HAS_PRAGMA_DETECT_MISMATCH. 2018-04-18 20:08:22 +01:00
boost_no_cxx11_hdr_type_traits.ipp Config.msvc-15.5: Fix tests that can't pass in C++17. 2017-12-09 12:42:47 +00:00
boost_no_cxx11_hdr_typeindex.ipp Various g++/clang config_test fixes. 2014-06-09 01:00:56 +03:00
boost_no_cxx11_hdr_unordered_map.ipp Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce) 2012-03-04 03:00:49 +00:00
boost_no_cxx11_hdr_unordered_set.ipp Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce) 2012-03-04 03:00:49 +00:00
boost_no_cxx11_inline_namespaces.ipp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
boost_no_cxx11_non_pub_def_fun.ipp Add test case for BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS under new name compared to original pull request (also less churn in the generated files). 2014-08-22 18:35:16 +01:00
boost_no_cxx11_numeric_limits.ipp Deprecated BOOST_NO_NUMERIC_LIMITS_LOWEST; use BOOST_NO_CXX11_NUMERIC_LIMITS instead 2012-07-12 13:57:00 +00:00
boost_no_cxx11_pointer_traits.ipp Fix some warnings and miswritten test case, add test for BOOST_HAS_PRAGMA_DETECT_MISMATCH. 2018-04-18 20:08:22 +01:00
boost_no_cxx11_ref_qualifiers.ipp Fix clang error and some warnings 2014-06-01 09:22:27 -07:00
boost_no_cxx11_sfinae_expr.ipp Update boost_no_cxx11_sfinae_expr test to fail faster 2017-02-07 18:08:28 -05:00
boost_no_cxx11_smart_ptr.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_no_cxx11_std_align.ipp Add test files as well 2014-02-11 18:25:38 +02:00
boost_no_cxx11_thread_local.ipp Big clean up to fix issues identified by the inspect program. 2019-08-20 18:51:17 +01:00
boost_no_cxx11_trailing_result_types.ipp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
boost_no_cxx11_user_lit.ipp Fix user-defined literal tests for MSVC 2014-08-12 10:25:04 +02:00
boost_no_cxx14_binary_literals.ipp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
boost_no_cxx14_constexpr.ipp Update c++14 constexpr test. 2016-12-09 01:11:53 +09:00
boost_no_cxx14_decltype_auto.ipp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
boost_no_cxx14_digit_separator.ipp Fix inconsistencies in name of boost_no_cxx14_digit_separator(s). 2015-04-24 17:46:29 +01:00
boost_no_cxx14_generic_lambda.ipp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
boost_no_cxx14_hdr_shared_mutex.ipp Fix test case for <shared_mutex>. 2015-07-25 13:23:04 +01:00
boost_no_cxx14_lambda_capture.ipp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
boost_no_cxx14_member_init.ipp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
boost_no_cxx14_return_type_ded.ipp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
boost_no_cxx14_std_exchange.ipp defect macro for C++14 feature std::exchange() 2016-12-12 19:41:30 +01:00
boost_no_cxx14_var_templ.ipp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
boost_no_cxx17_fold_expressions.ipp Add BOOST_NO_CXX17_FOLD_EXPRESSIONS detection 2017-05-29 10:29:17 -04:00
boost_no_cxx17_hdr_optional.ipp Add new macro BOOST_NO_CXX17_HDR_OPTIONAL. 2018-08-04 19:21:21 +01:00
boost_no_cxx17_hdr_string_view.ipp Add BOOST_NO_CXX17_HDR_STRING_VIEW. 2018-08-16 11:25:16 +01:00
boost_no_cxx17_hdr_variant.ipp Add missing files. 2019-04-01 21:19:11 +01:00
boost_no_cxx17_if_constexpr.ipp Add static_asserts() to a false path in boost_no_cxx_if_constexpr.ipp as a 2018-03-17 13:37:34 -05:00
boost_no_cxx17_inline_variables.ipp Add BOOST_NO_CXX17_INLINE_VARIABLES detection 2017-05-29 10:01:36 -04:00
boost_no_cxx17_iterator_traits.ipp Config.msvc-15.5: Fix test case for BOOST_NO_CXX17_ITERATOR_TRAITS. 2017-12-09 17:45:26 +00:00
boost_no_cxx17_std_apply.ipp defect macro for C++17 feature std::apply() 2016-12-11 12:25:53 +01:00
boost_no_cxx17_std_invoke.ipp BOOST_NO_CXX17_STD_INVOKE: Update test case to check we have std::invoke_result. 2018-04-03 19:08:57 +01:00
boost_no_cxx17_structured_bindings.ipp Add BOOST_NO_CXX17_STRUCTURED_BINDINGS detection 2017-05-29 09:57:18 -04:00
boost_no_cxx98_binders.ipp Add more macros for removed std lib features: 2017-04-17 18:41:44 +01:00
boost_no_cxx98_function_base.ipp Add more macros for removed std lib features: 2017-04-17 18:41:44 +01:00
boost_no_cxx98_random_shuffle.ipp Add more macros for removed std lib features: 2017-04-17 18:41:44 +01:00
boost_no_cxx_hdr_functional.ipp Revert changes inadvertently made in last commit 2012-05-27 15:27:25 +00:00
boost_no_decltype_n3276.ipp fix bad namespace that I introduced into config tests; affects only C++11 tests 2012-07-14 18:02:03 +00:00
boost_no_decltype.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_no_ded_typename.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_defaulted_functions.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_deleted_functions.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_dep_nested_class.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_dep_val_param.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_excep_std.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_exceptions.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_exp_func_tem_arg.ipp Use of template keyword was illegal, so removed it. 2003-12-01 11:54:57 +00:00
boost_no_explicit_cvt_ops.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_extern_template.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_fenv_h.ipp Suppress more GCC warnings. 2014-06-10 18:22:10 +01:00
boost_no_fixed_len_variadic_templates.ipp Set BOOST_NO_CXX11_FIXED_LENGTH_VARIADIC_TEMPLATE_EXPANSION_PACKS for Intel. 2014-08-25 19:00:50 +01:00
boost_no_func_tmp_order.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_function_template_default_args.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_function_type_spec.ipp Added AlisdairM's new macros. 2006-12-31 16:38:06 +00:00
boost_no_i64_limits.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_inline_memb_init.ipp Suppress more GCC warnings. 2014-06-10 18:22:10 +01:00
boost_no_integral_int64_t.ipp Update test for BOOST_NO_INTEGRAL_INT64_T. 2009-11-30 13:47:41 +00:00
boost_no_iosfwd.ipp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
boost_no_iostream.ipp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
boost_no_is_abstract.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_no_iter_construct.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_lambdas.ipp Improve lambda test case some more. 2014-06-10 19:09:28 +01:00
boost_no_limits_const_exp.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_limits.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_ll_limits.ipp Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8. 2004-09-04 10:34:49 +00:00
boost_no_long_long.ipp config: add cpp0x files not added after merge 2009-02-27 13:23:06 +00:00
boost_no_mem_func_spec.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_mem_tem_keyword.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_mem_tem_pnts.ipp Fix some more inspection report issues: mostly non-ASCII characters in peoples names (sorry folks!). 2008-06-29 09:10:46 +00:00
boost_no_mem_templ_frnds.ipp Extended member friend test, previous version did not catch all defects (with Borland compiler for example). 2004-02-25 12:36:15 +00:00
boost_no_mem_templates.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_nested_friendship.ipp Update test case to make it a touch more strict. 2010-09-21 17:09:57 +00:00
boost_no_noexcept.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_nullptr.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_ops_in_namespace.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_part_spec_def_args.ipp Added new files. 2008-04-22 08:34:43 +00:00
boost_no_partial_spec.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_priv_aggregate.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_ptr_mem_const.ipp Remove unnecessary reference to deprecated std::unary/binary_function in test. 2017-04-16 08:37:17 +01:00
boost_no_range_based_for.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_raw_literals.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_restrict_references.ipp Merge branch 'restrict_support' of https://github.com/jfalcou/config into restrict_keyword 2017-02-05 19:00:04 +00:00
boost_no_ret_det.ipp Minor workaround for clang-win32. 2016-03-26 18:20:19 +00:00
boost_no_rtti.ipp Various g++/clang config_test fixes. 2014-06-09 01:00:56 +03:00
boost_no_rvalue_references.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_scoped_enums.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_sfinae_expr.ipp Add BOOST_NO_SFINAE_EXPR and BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS (Mathias Gaunard) 2009-08-02 14:00:59 +00:00
boost_no_sfinae.ipp Fix some more inspection report issues: mostly non-ASCII characters in peoples names (sorry folks!). 2008-06-29 09:10:46 +00:00
boost_no_sstream.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_static_assert.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_std_allocator.ipp Previous fix broke some tests, second try at warning suppression. 2018-04-19 09:12:18 +01:00
boost_no_std_distance.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_std_iter_traits.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_std_iterator.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_std_locale.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_std_messages.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_std_min_max.ipp Fix min/max references. 2005-07-12 12:40:24 +00:00
boost_no_std_oi_assign.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_std_typeinfo.ipp Clear compiler warnings 2011-10-31 11:21:10 +00:00
boost_no_std_use_facet.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_std_wstreambuf.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_no_std_wstring.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_stdc_namespace.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_no_swprintf.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_tem_local_classes.ipp Merge changes from Trunk. 2013-02-24 19:07:59 +00:00
boost_no_template_aliases.ipp fix (another) bad namespace that I introduced into config tests; affects only C++11 tests 2012-07-14 18:04:36 +00:00
boost_no_template_streams.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_no_template_template.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_two_phase_lookup.ipp Renamed two phase lookup test to make filename shorter. 2007-01-01 12:41:24 +00:00
boost_no_typeid.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_no_typename_with_ctor.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_no_unicode_literals.ipp Update char8_t tests and print out C++20 feature macros. 2019-06-27 12:48:00 +01:00
boost_no_unified_init.ipp Fix clang error and some warnings 2014-06-01 09:22:27 -07:00
boost_no_using_breaks_adl.ipp Suppress a lot of GCC warnings. 2012-12-10 18:39:11 +00:00
boost_no_using_decl_overld.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_using_template.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_variadic_macros.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_variadic_templates.ipp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
boost_no_void_returns.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
boost_no_wchar_t.ipp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00
CMakeLists.txt Add minimal CMake test script - just enough to verify the interface description. 2018-10-05 19:32:44 +01:00
cmd_line_check.cpp Fix inspection report issues. 2019-08-21 11:08:06 +01:00
config_build_check.cpp config_build_check.cpp: add workarounds from config.hpp for clang build. 2017-09-04 08:34:00 +01:00
config_info.cpp Add BOOST_NO_CXX11_EXCECPTION. 2019-08-23 12:45:33 +01:00
config_test_c.c Big clean up to fix issues identified by the inspect program. 2019-08-20 18:51:17 +01:00
config_test.cpp Add BOOST_NO_CXX11_EXCECPTION. 2019-08-23 12:45:33 +01:00
config_test.cu Fixes https://github.com/boostorg/config/issues/237. 2018-08-04 18:15:48 +01:00
cstdint_include_test.cpp Move cstdint tests to this module 2014-06-01 00:29:04 -07:00
cstdint_test2.cpp Move cstdint tests to this module 2014-06-01 00:29:04 -07:00
cstdint_test.cpp Move cstdint tests to this module 2014-06-01 00:29:04 -07:00
has_2arg_use_facet_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_2arg_use_facet_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_bethreads_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_bethreads_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_clock_gettime_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_clock_gettime_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_detect_mismatch_fail.cpp Fix some warnings and miswritten test case, add test for BOOST_HAS_PRAGMA_DETECT_MISMATCH. 2018-04-18 20:08:22 +01:00
has_detect_mismatch_pass.cpp Fix some warnings and miswritten test case, add test for BOOST_HAS_PRAGMA_DETECT_MISMATCH. 2018-04-18 20:08:22 +01:00
has_dirent_h_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_dirent_h_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_expm1_fail.cpp Update in preparation for adding the TR1 library. 2005-10-14 17:47:29 +00:00
has_expm1_pass.cpp Update in preparation for adding the TR1 library. 2005-10-14 17:47:29 +00:00
has_float128_fail.cpp Add missing files. 2015-08-30 10:09:44 +01:00
has_float128_pass.cpp Add missing files. 2015-08-30 10:09:44 +01:00
has_ftime_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_ftime_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_getsystemtimeasfiletime_fail.cpp Document BOOST_HAS_GETSYSTEMTIMEASFILETIME, add test case, and change test for BOOST_HAS_FTIME. 2011-07-13 18:03:52 +00:00
has_getsystemtimeasfiletime_pass.cpp Document BOOST_HAS_GETSYSTEMTIMEASFILETIME, add test case, and change test for BOOST_HAS_FTIME. 2011-07-13 18:03:52 +00:00
has_gettimeofday_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_gettimeofday_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_hash_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_hash_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_int128_fail.cpp Add initial support for __int128 to Config and TypeTraits 2012-10-25 12:21:19 +00:00
has_int128_pass.cpp Add initial support for __int128 to Config and TypeTraits 2012-10-25 12:21:19 +00:00
has_log1p_fail.cpp Update in preparation for adding the TR1 library. 2005-10-14 17:47:29 +00:00
has_log1p_pass.cpp Update in preparation for adding the TR1 library. 2005-10-14 17:47:29 +00:00
has_long_long_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_long_long_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_macro_use_facet_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_macro_use_facet_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_ms_int64_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_ms_int64_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_nanosleep_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_nanosleep_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_nl_types_h_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_nl_types_h_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_nrvo_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_nrvo_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_part_alloc_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_part_alloc_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_pthread_delay_np_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_pthread_delay_np_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_pthread_ma_st_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_pthread_ma_st_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_pthread_yield_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_pthread_yield_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_pthreads_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_pthreads_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_rvalue_refs_fail.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
has_rvalue_refs_pass.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
has_sched_yield_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_sched_yield_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_sgi_type_traits_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_sgi_type_traits_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_sigaction_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_sigaction_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_slist_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_slist_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_static_assert_fail.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
has_static_assert_pass.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
has_stdint_h_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_stdint_h_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_stlp_use_facet_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_stlp_use_facet_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_unistd_h_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_unistd_h_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_variadic_tmpl_fail.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
has_variadic_tmpl_pass.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
has_vc6_mem_templ_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_vc6_mem_templ_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_vc_iterator_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_vc_iterator_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_winthreads_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
has_winthreads_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
header_deprecated_test.cpp Add BOOST_HEADER_DEPRECATED 2017-12-23 01:52:52 +02:00
helper_macro_test.cpp Big clean up to fix issues identified by the inspect program. 2019-08-20 18:51:17 +01:00
helper_macros_test.cpp Move BOOST_STRINGIZE, BOOST_JOIN to config/helper_macros.hpp; use BOOST_STRINGIZE in BOOST_PRAGMA_MESSAGE 2017-12-04 18:05:05 +02:00
Jamfile.v2 Update suffix.hpp for older msvc versions. 2019-10-30 18:30:31 +00:00
limits_test.cpp Add call to report_errors() to limits_test.cpp. 2018-09-15 08:21:19 +01:00
math_info.cpp libc++ declares a templated abs, which conflicts with the redefinition in math_info.cpp 2011-02-15 20:41:56 +00:00
no_adl_barrier_fail.cpp Added missing files: from addition of new config macro BOOST_NO_ADL_BARRIER. 2008-03-29 16:27:34 +00:00
no_adl_barrier_pass.cpp Added missing files: from addition of new config macro BOOST_NO_ADL_BARRIER. 2008-03-29 16:27:34 +00:00
no_arg_dep_lookup_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_arg_dep_lookup_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_array_type_spec_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_array_type_spec_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_auto_declarations_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_auto_declarations_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_auto_multidecl_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_auto_multidecl_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_auto_ptr_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_auto_ptr_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_bcb_partial_spec_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_bcb_partial_spec_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_char16_t_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_char16_t_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_char32_t_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_char32_t_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_com_value_init_fail.cpp Committed Neils Dekker's new macro tests. 2010-04-09 12:17:57 +00:00
no_com_value_init_pass.cpp Committed Neils Dekker's new macro tests. 2010-04-09 12:17:57 +00:00
no_constexpr_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_constexpr_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_ctype_functions_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_ctype_functions_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_cv_spec_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_cv_spec_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_cv_void_spec_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_cv_void_spec_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_cwchar_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_cwchar_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_cwctype_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_cwctype_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_cxx11_addressof_fail.cpp Add test files as well 2014-02-11 18:25:38 +02:00
no_cxx11_addressof_pass.cpp Add test files as well 2014-02-11 18:25:38 +02:00
no_cxx11_alignas_fail.cpp Added BOOST_NO_CXX11_ALIGNAS, BOOST_ALIGNMENT and BOOST_NO_ALIGNMENT macros. 2013-06-15 13:48:07 +00:00
no_cxx11_alignas_pass.cpp Added BOOST_NO_CXX11_ALIGNAS, BOOST_ALIGNMENT and BOOST_NO_ALIGNMENT macros. 2013-06-15 13:48:07 +00:00
no_cxx11_allocator_fail.cpp Add four new config macros: 2012-04-22 10:57:10 +00:00
no_cxx11_allocator_pass.cpp Add four new config macros: 2012-04-22 10:57:10 +00:00
no_cxx11_atomic_sp_fail.cpp Add four new config macros: 2012-04-22 10:57:10 +00:00
no_cxx11_atomic_sp_pass.cpp Add four new config macros: 2012-04-22 10:57:10 +00:00
no_cxx11_defaulted_moves_fail.cpp Added macro BOOST_NO_CXX11_DEFAULTED_MOVES 2018-01-04 00:58:32 +01:00
no_cxx11_defaulted_moves_pass.cpp Added macro BOOST_NO_CXX11_DEFAULTED_MOVES 2018-01-04 00:58:32 +01:00
no_cxx11_exception_fail.cpp Add BOOST_NO_CXX11_EXCECPTION. 2019-08-23 12:45:33 +01:00
no_cxx11_exception_pass.cpp Add BOOST_NO_CXX11_EXCECPTION. 2019-08-23 12:45:33 +01:00
no_cxx11_final_fail.cpp Added macro BOOST_NO_CXX11_FINAL 2014-08-16 12:24:06 -03:00
no_cxx11_final_pass.cpp Added macro BOOST_NO_CXX11_FINAL 2014-08-16 12:24:06 -03:00
no_cxx11_hdr_array_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_array_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_atomic_fail.cpp Fix two more typos. 2013-12-13 19:39:42 +00:00
no_cxx11_hdr_atomic_pass.cpp Fix two more typos. 2013-12-13 19:39:42 +00:00
no_cxx11_hdr_chrono_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_chrono_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_codecvt_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_codecvt_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_condition_variable_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_condition_variable_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_forward_list_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_forward_list_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_future_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_future_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_initializer_list_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_initializer_list_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_mutex_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_mutex_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_random_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_random_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_ratio_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_ratio_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_regex_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_regex_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_system_error_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_system_error_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_thread_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_thread_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_tuple_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_tuple_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_type_traits_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_type_traits_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_typeindex_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_typeindex_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_unordered_map_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_unordered_map_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_unordered_set_fail.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_hdr_unordered_set_pass.cpp Rename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended 2012-03-04 03:10:54 +00:00
no_cxx11_inline_namespaces_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_cxx11_inline_namespaces_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_cxx11_non_pub_def_fun_fail.cpp Add test case for BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS under new name compared to original pull request (also less churn in the generated files). 2014-08-22 18:35:16 +01:00
no_cxx11_non_pub_def_fun_pass.cpp Add test case for BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS under new name compared to original pull request (also less churn in the generated files). 2014-08-22 18:35:16 +01:00
no_cxx11_numeric_limits_fail.cpp Deprecated BOOST_NO_NUMERIC_LIMITS_LOWEST; use BOOST_NO_CXX11_NUMERIC_LIMITS instead 2012-07-12 13:57:00 +00:00
no_cxx11_numeric_limits_pass.cpp Deprecated BOOST_NO_NUMERIC_LIMITS_LOWEST; use BOOST_NO_CXX11_NUMERIC_LIMITS instead 2012-07-12 13:57:00 +00:00
no_cxx11_pointer_traits_fail.cpp Add BOOST_NO_CXX11_POINTER_TRAITS 2017-05-19 13:29:52 -04:00
no_cxx11_pointer_traits_pass.cpp Add BOOST_NO_CXX11_POINTER_TRAITS 2017-05-19 13:29:52 -04:00
no_cxx11_ref_qualifiers_fail.cpp Added macro BOOST_NO_CXX11_REF_QUALIFIERS 2014-05-28 17:33:28 +02:00
no_cxx11_ref_qualifiers_pass.cpp Added macro BOOST_NO_CXX11_REF_QUALIFIERS 2014-05-28 17:33:28 +02:00
no_cxx11_sfinae_expr_fail.cpp Add BOOST_NO_CXX11_SFINAE_EXPR 2017-02-04 09:20:36 -05:00
no_cxx11_sfinae_expr_pass.cpp Add BOOST_NO_CXX11_SFINAE_EXPR 2017-02-04 09:20:36 -05:00
no_cxx11_smart_ptr_fail.cpp Add four new config macros: 2012-04-22 10:57:10 +00:00
no_cxx11_smart_ptr_pass.cpp Add four new config macros: 2012-04-22 10:57:10 +00:00
no_cxx11_std_align_fail.cpp Add test files as well 2014-02-11 18:25:38 +02:00
no_cxx11_std_align_pass.cpp Add test files as well 2014-02-11 18:25:38 +02:00
no_cxx11_thread_local_fail.cpp Add support for C++11 thread_local. 2016-07-02 09:09:19 +01:00
no_cxx11_thread_local_pass.cpp Add support for C++11 thread_local. 2016-07-02 09:09:19 +01:00
no_cxx11_trailing_result_types_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_cxx11_trailing_result_types_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_cxx11_user_lit_fail.cpp Add new macro BOOST_NO_CXX11_USER_DEFINED_LITERALS. 2013-04-28 18:11:43 +00:00
no_cxx11_user_lit_pass.cpp Add new macro BOOST_NO_CXX11_USER_DEFINED_LITERALS. 2013-04-28 18:11:43 +00:00
no_cxx14_binary_literals_fail.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_binary_literals_pass.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_constexpr_fail.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_constexpr_pass.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_decltype_auto_fail.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_decltype_auto_pass.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_digit_separator_fail.cpp Fix inconsistencies in name of boost_no_cxx14_digit_separator(s). 2015-04-24 17:46:29 +01:00
no_cxx14_digit_separator_pass.cpp Fix inconsistencies in name of boost_no_cxx14_digit_separator(s). 2015-04-24 17:46:29 +01:00
no_cxx14_generic_lambda_fail.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_generic_lambda_pass.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_hdr_shared_mutex_fail.cpp Addition of BOOST_NO_CXX14_HDR_SHARED_MUTEX tests 2015-06-27 21:08:56 -04:00
no_cxx14_hdr_shared_mutex_pass.cpp Addition of BOOST_NO_CXX14_HDR_SHARED_MUTEX tests 2015-06-27 21:08:56 -04:00
no_cxx14_lambda_capture_fail.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_lambda_capture_pass.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_member_init_fail.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_member_init_pass.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_return_type_ded_fail.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_return_type_ded_pass.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_std_exchange_fail.cpp defect macro for C++14 feature std::exchange() 2016-12-12 19:41:30 +01:00
no_cxx14_std_exchange_pass.cpp defect macro for C++14 feature std::exchange() 2016-12-12 19:41:30 +01:00
no_cxx14_var_templ_fail.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx14_var_templ_pass.cpp Add C++14 support based on https://github.com/boostorg/config/pull/39 2014-10-12 10:01:22 +01:00
no_cxx17_fold_expressions_fail.cpp Add BOOST_NO_CXX17_FOLD_EXPRESSIONS detection 2017-05-29 10:29:17 -04:00
no_cxx17_fold_expressions_pass.cpp Add BOOST_NO_CXX17_FOLD_EXPRESSIONS detection 2017-05-29 10:29:17 -04:00
no_cxx17_hdr_optional_fail.cpp Add new macro BOOST_NO_CXX17_HDR_OPTIONAL. 2018-08-04 19:21:21 +01:00
no_cxx17_hdr_optional_pass.cpp Add new macro BOOST_NO_CXX17_HDR_OPTIONAL. 2018-08-04 19:21:21 +01:00
no_cxx17_hdr_string_view_fail.cpp Add BOOST_NO_CXX17_HDR_STRING_VIEW. 2018-08-16 11:25:16 +01:00
no_cxx17_hdr_string_view_pass.cpp Add BOOST_NO_CXX17_HDR_STRING_VIEW. 2018-08-16 11:25:16 +01:00
no_cxx17_hdr_variant_fail.cpp Add missing files. 2019-04-01 21:19:11 +01:00
no_cxx17_hdr_variant_pass.cpp Add missing files. 2019-04-01 21:19:11 +01:00
no_cxx17_if_constexpr_fail.cpp Add BOOST_NO_CXX17_IF_CONSTEXPR. 2018-03-06 17:44:52 -06:00
no_cxx17_if_constexpr_pass.cpp Add BOOST_NO_CXX17_IF_CONSTEXPR. 2018-03-06 17:44:52 -06:00
no_cxx17_inline_variables_fail.cpp Add BOOST_NO_CXX17_INLINE_VARIABLES detection 2017-05-29 10:01:36 -04:00
no_cxx17_inline_variables_pass.cpp Add BOOST_NO_CXX17_INLINE_VARIABLES detection 2017-05-29 10:01:36 -04:00
no_cxx17_iterator_traits_fail.cpp Added BOOST_NO_CXX17_ITERATOR_TRAITS macro. 2017-07-12 20:37:47 +03:00
no_cxx17_iterator_traits_pass.cpp Added BOOST_NO_CXX17_ITERATOR_TRAITS macro. 2017-07-12 20:37:47 +03:00
no_cxx17_std_apply_fail.cpp defect macro for C++17 feature std::apply() 2016-12-11 12:25:53 +01:00
no_cxx17_std_apply_pass.cpp defect macro for C++17 feature std::apply() 2016-12-11 12:25:53 +01:00
no_cxx17_std_invoke_fail.cpp defect macro for C++17 feature std::invoke() 2016-10-14 20:49:48 +02:00
no_cxx17_std_invoke_pass.cpp defect macro for C++17 feature std::invoke() 2016-10-14 20:49:48 +02:00
no_cxx17_structured_bindings_fail.cpp Add BOOST_NO_CXX17_STRUCTURED_BINDINGS detection 2017-05-29 09:57:18 -04:00
no_cxx17_structured_bindings_pass.cpp Add BOOST_NO_CXX17_STRUCTURED_BINDINGS detection 2017-05-29 09:57:18 -04:00
no_cxx98_binders_fail.cpp Add more macros for removed std lib features: 2017-04-17 18:41:44 +01:00
no_cxx98_binders_pass.cpp Add more macros for removed std lib features: 2017-04-17 18:41:44 +01:00
no_cxx98_function_base_fail.cpp Add more macros for removed std lib features: 2017-04-17 18:41:44 +01:00
no_cxx98_function_base_pass.cpp Add more macros for removed std lib features: 2017-04-17 18:41:44 +01:00
no_cxx98_random_shuffle_fail.cpp Add more macros for removed std lib features: 2017-04-17 18:41:44 +01:00
no_cxx98_random_shuffle_pass.cpp Add more macros for removed std lib features: 2017-04-17 18:41:44 +01:00
no_cxx_hdr_functional_fail.cpp Add four new config macros: 2012-04-22 10:57:10 +00:00
no_cxx_hdr_functional_pass.cpp Add four new config macros: 2012-04-22 10:57:10 +00:00
no_decltype_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_decltype_n3276_fail.cpp Apply patch from https://svn.boost.org/trac/boost/ticket/9410 2013-12-13 13:47:50 +00:00
no_decltype_n3276_pass.cpp Apply patch from https://svn.boost.org/trac/boost/ticket/9410 2013-12-13 13:47:50 +00:00
no_decltype_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_ded_typename_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_ded_typename_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_defaulted_functions_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_defaulted_functions_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_deleted_functions_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_deleted_functions_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_dep_nested_class_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_dep_nested_class_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_dep_val_param_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_dep_val_param_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_excep_std_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_excep_std_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_exceptions_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_exceptions_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_exp_func_tem_arg_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_exp_func_tem_arg_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_explicit_cvt_ops_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_explicit_cvt_ops_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_extern_template_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_extern_template_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_fenv_h_fail.cpp Restore [66804], [66833], and [66834]. (fenv fixes.) I mistakenly reverted them in [68201] because [66804] was mislabeled. 2011-01-30 06:24:30 +00:00
no_fenv_h_pass.cpp Restore [66804], [66833], and [66834]. (fenv fixes.) I mistakenly reverted them in [68201] because [66804] was mislabeled. 2011-01-30 06:24:30 +00:00
no_fixed_len_variadic_templates_fail.cpp Add new macro BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS 2014-08-25 18:37:18 +01:00
no_fixed_len_variadic_templates_pass.cpp Add new macro BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS 2014-08-25 18:37:18 +01:00
no_func_tmp_order_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_func_tmp_order_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_function_template_default_args_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_function_template_default_args_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_function_type_spec_fail.cpp Added AlisdairM's new macros. 2006-12-31 16:38:06 +00:00
no_function_type_spec_pass.cpp Added AlisdairM's new macros. 2006-12-31 16:38:06 +00:00
no_i64_limits_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_i64_limits_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_inline_memb_init_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_inline_memb_init_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_integral_int64_t_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_integral_int64_t_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_iosfwd_fail.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
no_iosfwd_pass.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
no_iostream_fail.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
no_iostream_pass.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
no_is_abstract_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_is_abstract_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_iter_construct_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_iter_construct_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_lambdas_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_lambdas_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_limits_const_exp_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_limits_const_exp_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_limits_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_limits_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_ll_limits_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_ll_limits_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_long_long_fail.cpp config: add cpp0x files not added after merge 2009-02-27 13:23:06 +00:00
no_long_long_pass.cpp config: add cpp0x files not added after merge 2009-02-27 13:23:06 +00:00
no_mem_func_spec_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_mem_func_spec_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_mem_tem_keyword_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_mem_tem_keyword_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_mem_tem_pnts_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_mem_tem_pnts_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_mem_templ_frnds_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_mem_templ_frnds_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_mem_templates_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_mem_templates_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_nested_friendship_fail.cpp Oops, regenerate and add missing files. 2008-09-20 08:58:10 +00:00
no_nested_friendship_pass.cpp Oops, regenerate and add missing files. 2008-09-20 08:58:10 +00:00
no_noexcept_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_noexcept_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_nullptr_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_nullptr_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_ops_in_namespace_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_ops_in_namespace_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_part_spec_def_args_fail.cpp Added new files. 2008-04-22 08:34:43 +00:00
no_part_spec_def_args_pass.cpp Added new files. 2008-04-22 08:34:43 +00:00
no_partial_spec_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_partial_spec_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_priv_aggregate_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_priv_aggregate_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_ptr_mem_const_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_ptr_mem_const_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_range_based_for_fail.cpp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
no_range_based_for_pass.cpp Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes. 2012-07-10 19:10:08 +00:00
no_raw_literals_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_raw_literals_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_restrict_references_fail.cpp Merge branch 'restrict_support' of https://github.com/jfalcou/config into restrict_keyword 2017-02-05 19:00:04 +00:00
no_restrict_references_pass.cpp Merge branch 'restrict_support' of https://github.com/jfalcou/config into restrict_keyword 2017-02-05 19:00:04 +00:00
no_ret_det_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_ret_det_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_rtti_fail.cpp Add BOOST_NO_RTTI as per feature request #2241. 2008-08-25 10:06:15 +00:00
no_rtti_pass.cpp Add BOOST_NO_RTTI as per feature request #2241. 2008-08-25 10:06:15 +00:00
no_rvalue_references_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_rvalue_references_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_scoped_enums_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_scoped_enums_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_sfinae_expr_fail.cpp Add BOOST_NO_SFINAE_EXPR and BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS (Mathias Gaunard) 2009-08-02 14:00:59 +00:00
no_sfinae_expr_pass.cpp Add BOOST_NO_SFINAE_EXPR and BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS (Mathias Gaunard) 2009-08-02 14:00:59 +00:00
no_sfinae_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_sfinae_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_sstream_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_sstream_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_static_assert_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_static_assert_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_std_allocator_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_allocator_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_distance_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_distance_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_iter_traits_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_iter_traits_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_iterator_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_iterator_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_locale_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_locale_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_messages_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_messages_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_min_max_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_min_max_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_oi_assign_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_oi_assign_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_typeinfo_fail.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
no_std_typeinfo_pass.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
no_std_use_facet_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_use_facet_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_wstreambuf_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_wstreambuf_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_wstring_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_std_wstring_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_stdc_namespace_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_stdc_namespace_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_swprintf_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_swprintf_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_tem_local_classes_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_tem_local_classes_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_template_aliases_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_template_aliases_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_template_streams_fail.cpp Added new macro BOOST_NO_TEMPLATED_IOSTREAMS in response to issue #1765. 2008-04-21 09:19:30 +00:00
no_template_streams_pass.cpp Added new macro BOOST_NO_TEMPLATED_IOSTREAMS in response to issue #1765. 2008-04-21 09:19:30 +00:00
no_template_template_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_template_template_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_two_phase_lookup_fail.cpp Renamed two phase lookup test to make filename shorter. 2007-01-01 12:41:24 +00:00
no_two_phase_lookup_pass.cpp Renamed two phase lookup test to make filename shorter. 2007-01-01 12:41:24 +00:00
no_typeid_fail.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
no_typeid_pass.cpp Fixes for http://svn.boost.org/trac/boost/ticket/1104, http://svn.boost.org/trac/boost/ticket/1102, http://svn.boost.org/trac/boost/ticket/1103 and http://svn.boost.org/trac/boost/ticket/1105. 2007-08-25 12:26:25 +00:00
no_typename_with_ctor_fail.cpp Oops, regenerate and add missing files. 2008-09-20 08:58:10 +00:00
no_typename_with_ctor_pass.cpp Oops, regenerate and add missing files. 2008-09-20 08:58:10 +00:00
no_unicode_literals_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_unicode_literals_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_unified_init_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_unified_init_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_using_breaks_adl_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_using_breaks_adl_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_using_decl_overld_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_using_decl_overld_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_using_template_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_using_template_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_variadic_macros_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_variadic_macros_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_variadic_templates_fail.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_variadic_templates_pass.cpp Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces. 2013-06-22 12:23:09 +00:00
no_void_returns_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_void_returns_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_wchar_t_fail.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
no_wchar_t_pass.cpp Added BOOST_NO_IS_ABSTRACT. 2004-12-04 11:36:36 +00:00
pragma_message_test.cpp Add BOOST_PRAGMA_MESSAGE 2017-12-04 00:55:14 +02:00
test.hpp Updated copyright declarations to use new single boost license. 2003-10-14 10:33:24 +00:00