bind/test
2009-12-01 02:24:53 +00:00
..
bind_and_or_test.cpp Added support for &&, || 2008-02-15 18:40:36 +00:00
bind_cdecl_mf_test.cpp __cdecl support added. 2005-03-09 20:09:39 +00: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 Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +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 Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
bind_fastcall_test.cpp Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00: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_function_test.cpp bind_function_test added. 2005-03-17 12:09:35 +00: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_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 Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
bind_stdcall_mf_test.cpp Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
bind_stdcall_test.cpp Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
bind_test.cpp bind_dm_test.cpp added. 2005-03-13 15:34:55 +00:00
bind_unary_addr.cpp Test for function objects with overloaded operator& added 2005-10-30 21:37:18 +00:00
bind_visit_test.cpp Warning suppressions in Boost.Bind. 2009-11-10 13:26:43 +00:00
Jamfile.v2 Make mem_fn work with overloaded unary operator&. Refs #3003. Sorry it took so long. 2009-12-01 02:24:53 +00:00
mem_fn_cdecl_test.cpp __cdecl support added. 2005-03-09 20:09:39 +00: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 Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
mem_fn_fastcall_test.cpp Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00: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 Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00: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 Make mem_fn work with overloaded unary operator&. Refs #3003. Sorry it took so long. 2009-12-01 02:24:53 +00:00
mem_fn_void_test.cpp Converted to Boost Software License, Version 1.0 2004-07-26 00:32:12 +00:00
protect_test.cpp Make protect use the same approximation of perfect forwarding as plain bind. 2009-06-26 22:31:15 +00:00
ref_fn_test.cpp Add ref_fn_test.cpp per #1846. 2008-04-21 21:29:28 +00:00