bind/test
2019-01-05 19:32:15 +02:00
..
cmake_subdir_test Add test/cmake_subdir_test 2019-01-05 19:32:15 +02:00
arg_copy_fail.cpp SFINAE out the converting constructor of arg<I> to avoid hard errors with is_convertible on g++ 4.8/4.9 2016-08-20 01:32:42 +03:00
arg_copy_test.cpp SFINAE out the converting constructor of arg<I> to avoid hard errors with is_convertible on g++ 4.8/4.9 2016-08-20 01:32:42 +03:00
bind_and_or_test.cpp Added support for &&, || 2008-02-15 18:40:36 +00:00
bind_cdecl_mf_test.cpp Include cc tests 2017-11-05 20:03:45 +02:00
bind_const_test.cpp Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
bind_cv_test.cpp Pathscale-4.0 configuration code/workarounds. 2011-01-14 02:59:34 +00:00
bind_dm2_test.cpp bind_function_test added. 2005-03-17 12:09:35 +00:00
bind_dm3_test.cpp Added a test for 1.31 data member behavior as reported by Sean Parent 2005-10-30 22:00:52 +00:00
bind_dm_test.cpp bind_dm_test.cpp added. 2005-03-13 15:34:55 +00:00
bind_eq2_test.cpp Refs #2127 (fixed in trunk). 2009-03-01 16:31:53 +00:00
bind_eq3_test.cpp Add ref_compare for weak_ptr. Refs #2849. 2009-03-26 00:43:14 +00:00
bind_eq_test.cpp bind_t now implements function_equal instead of operator== 2005-03-13 17:25:42 +00:00
bind_fastcall_mf_test.cpp Include cc tests 2017-11-05 20:03:45 +02:00
bind_fastcall_test.cpp Include cc tests 2017-11-05 20:03:45 +02:00
bind_fn2_test.cpp bind( type<R>(), f, ... ) now works when f is a member function. 2008-05-21 19:49:47 +00:00
bind_fnobj2_test.cpp bind( type<R>(), f, ... ) now works when f is a member function. 2008-05-21 19:49:47 +00:00
bind_function2_test.cpp Add forwarding test. 2015-03-20 16:43:54 +02:00
bind_function_ap_test.cpp Remove use of std::auto_ptr, it has been removed in C++17 2016-11-06 15:03:25 +02:00
bind_function_test.cpp bind_function_test added. 2005-03-17 12:09:35 +00:00
bind_fwd2_test.cpp Add forwarding test for 2 arguments. 2015-03-20 16:53:30 +02:00
bind_fwd_test.cpp Add forwarding test. 2015-03-20 16:43:54 +02:00
bind_lookup_problem_test.cpp Modified spelling of my surname to avoid problems with non-ASCII characters. 2008-01-03 10:04:39 +00:00
bind_mf2_test.cpp bind( type<R>(), f, ... ) now works when f is a member function. 2008-05-21 19:49:47 +00:00
bind_nested_rv_test.cpp Do not pass rvalues to nested binds. 2016-06-20 20:46:13 +03:00
bind_no_placeholders_test.cpp Update copyright. 2015-05-30 01:00:37 +03:00
bind_noexcept_mf_test.cpp Split bind_noexcept_test into separate free/member tests 2017-11-05 18:44:44 +02:00
bind_noexcept_test.cpp Split bind_noexcept_test into separate free/member tests 2017-11-05 18:44:44 +02:00
bind_not_test.cpp operator! added 2005-03-13 18:27:38 +00:00
bind_placeholder_test.cpp Moved the specialization into namespace boost 2006-07-07 19:09:16 +00:00
bind_ref_test.cpp Refs #2128 (fixed in trunk.) 2009-03-01 17:04:14 +00:00
bind_rel_test.cpp Relational operators added 2005-03-15 14:15:38 +00:00
bind_rv_sp_test.cpp New rvalue tests added, prompted by a report by Neal Coombes 2005-09-24 20:03:47 +00:00
bind_rvalue_test.cpp Rvalue overloads (suggested by Herve Bronnimann) 2006-10-16 19:11:29 +00:00
bind_stateful_test.cpp Pathscale-4.0 configuration code/workarounds. 2011-01-14 02:59:34 +00:00
bind_stdcall_mf_test.cpp Include cc tests 2017-11-05 20:03:45 +02:00
bind_stdcall_test.cpp Disable bind_stdcall_test on non-MSVC as well 2017-11-05 22:19:57 +02:00
bind_test.cpp bind_dm_test.cpp added. 2005-03-13 15:34:55 +00:00
bind_type_test.cpp Fix rvalue forwarding to support auto_ptr/unique_ptr parameters 2015-10-04 02:21:53 +03:00
bind_unary_addr.cpp Test for function objects with overloaded operator& added 2005-10-30 21:37:18 +00:00
bind_unique_ptr_test.cpp Fix rvalue forwarding to support auto_ptr/unique_ptr parameters 2015-10-04 02:21:53 +03:00
bind_visit_test.cpp Warning suppressions in Boost.Bind. 2009-11-10 13:26:43 +00:00
bind_void_dm_test.cpp Completed support for bind<void> 2014-08-21 16:27:27 -03:00
bind_void_mf_test.cpp Fix for bind<void>(mf) ambiguous resolution error 2015-04-29 13:33:53 -03:00
bind_void_test.cpp Added test case for existing bind<void> support. 2014-08-21 14:43:40 -03:00
Jamfile.v2 Merge branch 'develop' into feature/noexcept-functions 2017-11-05 20:05:27 +02:00
mem_fn_cdecl_test.cpp Include cc tests 2017-11-05 20:03:45 +02:00
mem_fn_derived_test.cpp Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
mem_fn_dm_test.cpp mem_fn_dm_test added; removed an unconditional MW workaround in mem_fn 2005-03-18 18:16:18 +00:00
mem_fn_eq_test.cpp Fixed mem_fn_eq_test to work with /OPT:ICF as per the patch in #8734 by Mike Liang. 2013-12-11 23:58:19 +02:00
mem_fn_fastcall_test.cpp Include cc tests 2017-11-05 20:03:45 +02:00
mem_fn_ref_test.cpp Refs #2128 (fixed in trunk.) 2009-03-01 17:04:14 +00:00
mem_fn_rv_test.cpp Removed impossible test cases. 2005-09-26 22:10:51 +00:00
mem_fn_stdcall_test.cpp Include cc tests 2017-11-05 20:03:45 +02:00
mem_fn_test.cpp Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
mem_fn_unary_addr_test.cpp Fix Borland regression. Refs #3003. 2009-12-02 10:47:01 +00:00
mem_fn_void_test.cpp Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
placeholder_const_ref_test.cpp Add test for taking placeholders by const& (phoenix::bind takes its arguments by const&) 2015-05-30 01:11:30 +03:00
placeholder_std_bind_test.cpp SFINAE out the converting constructor of arg<I> to avoid hard errors with is_convertible on g++ 4.8/4.9 2016-08-20 01:32:42 +03:00
protect_test.cpp Move placeholders to namespace boost::placeholders. 2015-05-27 01:29:50 +03:00
quick.cpp Add quick test target 2017-09-04 15:20:51 +03:00
ref_fn_test.cpp Add ref_fn_test.cpp per #1846. 2008-04-21 21:29:28 +00:00