tti/test
2017-06-23 22:33:56 -04:00
..
Jamfile.v2 Added exclusion for gcc-4.1.2 and documentation about testing gcc-4.1.2. 2013-12-27 02:39:57 -05:00
test_has_data_compile.cpp New tests for BOOST_HAS_DATA 2012-12-11 00:47:21 +00:00
test_has_data_fail2.cpp New tests for BOOST_HAS_DATA 2012-12-11 00:47:21 +00:00
test_has_data_fail3.cpp New tests for BOOST_HAS_DATA 2012-12-11 00:47:21 +00:00
test_has_data_fail4.cpp New tests for BOOST_HAS_DATA 2012-12-11 00:47:21 +00:00
test_has_data_fail5.cpp Corrected macro name used for test. 2013-02-25 01:58:39 +00:00
test_has_data_fail6.cpp New tests for BOOST_HAS_DATA 2012-12-11 00:47:21 +00:00
test_has_data_fail.cpp New tests for BOOST_HAS_DATA 2012-12-11 00:47:21 +00:00
test_has_data.cpp Updated tests for enclosing type which is not a class. 2013-12-06 02:15:08 -05:00
test_has_data.hpp Added BOOST_TTI_HAS_DATA macro and functionality. 2012-12-10 04:39:12 +00:00
test_has_fun_compile.cpp Implementation and tests for BOOST_TTI_HAS_FUNCTION 2012-12-18 04:19:59 +00:00
test_has_fun_fail2.cpp Implementation and tests for BOOST_TTI_HAS_FUNCTION 2012-12-18 04:19:59 +00:00
test_has_fun_fail3.cpp Implementation and tests for BOOST_TTI_HAS_FUNCTION 2012-12-18 04:19:59 +00:00
test_has_fun_fail4.cpp Implementation and tests for BOOST_TTI_HAS_FUNCTION 2012-12-18 04:19:59 +00:00
test_has_fun_fail5.cpp Updated tests for functions with default parameters. 2013-03-31 14:34:07 +00:00
test_has_fun_fail.cpp Implementation and tests for BOOST_TTI_HAS_FUNCTION 2012-12-18 04:19:59 +00:00
test_has_fun.cpp Updated tests for enclosing type which is not a class. 2013-12-06 02:15:08 -05:00
test_has_fun.hpp A const enclosing type looks for const member functions. 2013-01-13 23:56:05 +00:00
test_has_mem_data2.cpp Updates to member data and member function syntax. 2012-11-14 11:13:39 +00:00
test_has_mem_data_compile.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_has_mem_data_fail2.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_mem_data_fail3.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_mem_data_fail.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_mem_data.cpp Updated tests for enclosing type which is not a class. 2013-12-06 02:15:08 -05:00
test_has_mem_data.hpp Updated header file names, docs, and nullary type function implementation. 2011-08-24 03:46:01 +00:00
test_has_mem_fun_compile.cpp Updated docs and tests for member function cv_qualification 2013-02-16 18:21:18 +00:00
test_has_mem_fun_cv_compile.cpp Further tests for cv-qualification with member functions. 2013-02-17 22:49:31 +00:00
test_has_mem_fun_cv_fail2.cpp Updated docs and tests for member function cv_qualification 2013-02-16 18:21:18 +00:00
test_has_mem_fun_cv_fail3.cpp Further tests for cv-qualification with member functions. 2013-02-17 22:49:31 +00:00
test_has_mem_fun_cv_fail4.cpp Further tests for cv-qualification with member functions. 2013-02-17 22:49:31 +00:00
test_has_mem_fun_cv_fail5.cpp Updated tests for functions with default parameters. 2013-03-31 14:34:07 +00:00
test_has_mem_fun_cv_fail6.cpp Updated tests for functions with default parameters. 2013-03-31 14:34:07 +00:00
test_has_mem_fun_cv_fail.cpp Updated docs and tests for member function cv_qualification 2013-02-16 18:21:18 +00:00
test_has_mem_fun_cv.cpp Further tests for cv-qualification with member functions. 2013-02-17 22:49:31 +00:00
test_has_mem_fun_fail2.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_mem_fun_fail3.cpp Updated tests for functions with default parameters. 2013-03-31 14:34:07 +00:00
test_has_mem_fun_fail.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_mem_fun.cpp Updated tests for enclosing type which is not a class. 2013-12-06 02:15:08 -05:00
test_has_mem_fun.hpp Updated docs and tests for member function cv_qualification 2013-02-16 18:21:18 +00:00
test_has_member_compile.cpp Updated docs and tests for member function cv_qualification 2013-02-16 18:21:18 +00:00
test_has_member_cv_compile.cpp Further tests for cv-qualification with member functions. 2013-02-17 22:49:31 +00:00
test_has_member_cv_fail2.cpp Updated docs and tests for member function cv_qualification 2013-02-16 18:21:18 +00:00
test_has_member_cv_fail3.cpp Further tests for cv-qualification with member functions. 2013-02-17 22:49:31 +00:00
test_has_member_cv_fail4.cpp Further tests for cv-qualification with member functions. 2013-02-17 22:49:31 +00:00
test_has_member_cv_fail5.cpp Updated tests for functions with default parameters. 2013-03-31 14:34:07 +00:00
test_has_member_cv_fail.cpp Updated docs and tests for member function cv_qualification 2013-02-16 18:21:18 +00:00
test_has_member_cv.cpp Further tests for cv-qualification with member functions. 2013-02-17 22:49:31 +00:00
test_has_member_fail2.cpp A const enclosing type looks for const member functions. 2013-01-13 23:56:05 +00:00
test_has_member_fail3.cpp Updated tests for functions with default parameters. 2013-03-31 14:34:07 +00:00
test_has_member_fail.cpp A const enclosing type looks for const member functions. 2013-01-13 23:56:05 +00:00
test_has_member.cpp Updated docs and tests for member function cv_qualification 2013-02-16 18:21:18 +00:00
test_has_static_mem_data_compile.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_has_static_mem_data_fail2.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_static_mem_data_fail3.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_static_mem_data_fail.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_static_mem_data.cpp Updated tests for enclosing type which is not a class. 2013-12-06 02:15:08 -05:00
test_has_static_mem_data.hpp Updated header file names, docs, and nullary type function implementation. 2011-08-24 03:46:01 +00:00
test_has_static_mem_fun_compile.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_has_static_mem_fun_fail2.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_static_mem_fun_fail.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_has_static_mem_fun.cpp Added static function test using function type. 2017-06-23 22:33:56 -04:00
test_has_static_mem_fun.hpp Updated header file names, docs, and nullary type function implementation. 2011-08-24 03:46:01 +00:00
test_has_static_member_compile.cpp Updated tests for functions with default parameters. 2013-03-31 14:34:07 +00:00
test_has_static_member_fail2.cpp Updated tests for functions with default parameters. 2013-03-31 14:34:07 +00:00
test_has_static_member_fail.cpp Updated tests for functions with default parameters. 2013-03-31 14:34:07 +00:00
test_has_static_member.cpp Updated tests for enclosing type which is not a class. 2013-12-06 02:15:08 -05:00
test_has_template_compile.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_has_template_cp_compile.cpp Simplified syntax for composite types. 2012-11-23 16:35:27 +00:00
test_has_template_cp_fail2.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_has_template_cp_fail3.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_has_template_cp_fail4.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_has_template_cp_fail.cpp Simplified syntax for composite types. 2012-11-23 16:35:27 +00:00
test_has_template_cp.cpp Updated tests for enclosing type which is not a class. 2013-12-06 02:15:08 -05:00
test_has_template_cp.hpp Removed inner template name in test and documentation. 2013-05-22 18:13:38 +00:00
test_has_template_fail2.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_template_fail3.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_template_fail4.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_has_template_fail.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_template.cpp Updated tests for enclosing type which is not a class. 2013-12-06 02:15:08 -05:00
test_has_template.hpp Simplified syntax for composite types. 2012-11-23 16:35:27 +00:00
test_has_type_compile.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_has_type_ct_compile.cpp Changes to has type functionality. 2012-12-03 05:13:45 +00:00
test_has_type_ct_fail2.cpp Changes to has type functionality. 2012-12-03 05:13:45 +00:00
test_has_type_ct_fail3.cpp Changes to has type functionality. 2012-12-03 05:13:45 +00:00
test_has_type_ct_fail4.cpp Changes to has type functionality. 2012-12-03 05:13:45 +00:00
test_has_type_ct_fail5.cpp Changes to has type functionality. 2012-12-03 05:13:45 +00:00
test_has_type_ct_fail.cpp Changes to has type functionality. 2012-12-03 05:13:45 +00:00
test_has_type_ct.cpp Updated tests for enclosing type which is not a class. 2013-12-06 02:15:08 -05:00
test_has_type_fail2.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_type_fail3.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_has_type_fail.cpp TTI libs files 2011-08-11 18:25:28 +00:00
test_has_type.cpp Updated tests for enclosing type which is not a class. 2013-12-06 02:15:08 -05:00
test_has_type.hpp Updated header file names, docs, and nullary type function implementation. 2011-08-24 03:46:01 +00:00
test_mem_type_compile.cpp Updated member type to support marker type parameter and valid_member_metafunction metafunction. 2013-03-30 07:39:20 +00:00
test_mem_type.cpp Passing a non-class as the enclosing type does not produce an error but chooses the marker type. 2013-12-06 23:48:24 -05:00
test_mem_type.hpp Updated member type to support marker type parameter and valid_member_metafunction metafunction. 2013-03-30 07:39:20 +00:00
test_structs.hpp Removed inner template name in test and documentation. 2013-05-22 18:13:38 +00:00
test_vm_has_template_cp_compile.cpp Simplified syntax for composite types. 2012-11-23 16:35:27 +00:00
test_vm_has_template_cp_fail2.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_vm_has_template_cp_fail3.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_vm_has_template_cp_fail4.cpp Removed namespaces generated by macro metafunctions. 2011-08-18 20:42:54 +00:00
test_vm_has_template_cp_fail.cpp Simplified syntax for composite types. 2012-11-23 16:35:27 +00:00
test_vm_has_template_cp.cpp Updated tests for enclosing type which is not a class. 2013-12-06 02:15:08 -05:00
test_vm_has_template_cp.hpp Removed inner template name in test and documentation. 2013-05-22 18:13:38 +00:00