move/test
2015-05-06 12:32:11 +02:00
..
adl_move_swap.cpp Removed commented code. 2015-01-08 16:03:04 +01:00
back_move_inserter.cpp Reduced dependencies on other Boost libraries to make the library a bit more lightweight. 2015-01-02 18:34:14 +01:00
construct_forward.cpp Replaced <boost/move/utility.hpp> with <boost/move/utility_core.hpp> when possible to minimize dependencies. 2014-09-25 16:15:36 +02:00
conversion_test.cpp Replaced <boost/move/utility.hpp> with <boost/move/utility_core.hpp> when possible to minimize dependencies. 2014-09-25 16:15:36 +02:00
copy_elision_test.cpp Removed warnings in GCC 4.8 -Wall -pedantic 2014-09-25 16:45:22 +02:00
copy_move_optimization.cpp Replaced <boost/move/utility.hpp> with <boost/move/utility_core.hpp> when possible to minimize dependencies. 2014-09-25 16:15:36 +02:00
Jamfile.v2 Added to trunk 2011-03-17 16:41:04 +00:00
move_algorithm.cpp Fixes #8420 and some clang errors. 2014-02-24 08:29:31 +01:00
move_if_noexcept.cpp Copyright updates. 2014-08-22 18:34:19 +02:00
move_iterator.cpp Use lightweight test. 2015-01-04 02:11:09 +01:00
move.cpp Replaced <boost/move/utility.hpp> with <boost/move/utility_core.hpp> when possible to minimize dependencies. 2014-09-25 16:15:36 +02:00
type_traits.cpp - Reworked some traits to refactor code 2015-04-26 23:29:27 +02:00
unique_ptr_assign.cpp Added support for bounded arrays in unique_ptr. Splitted test in several subtests. 2014-09-01 23:59:10 +02:00
unique_ptr_ctordtor.cpp Modify unique_ptr's constructor from convertible unique_ptr's to take the argument by value. This allows constructing unique_ptr from functions returning convertible unique_ptr's. See https://svn.boost.org/trac/boost/ticket/11259 for some details. 2015-05-06 12:32:11 +02:00
unique_ptr_default_deleter.cpp Removed warnings in GCC 4.8 -Wall -pedantic 2014-09-25 16:45:22 +02:00
unique_ptr_functions.cpp Modify unique_ptr's constructor from convertible unique_ptr's to take the argument by value. This allows constructing unique_ptr from functions returning convertible unique_ptr's. See https://svn.boost.org/trac/boost/ticket/11259 for some details. 2015-05-06 12:32:11 +02:00
unique_ptr_modifiers.cpp Fix memory leaks when testing "unique_ptr.release()" 2015-04-12 12:42:34 +02:00
unique_ptr_movector.cpp Extracted default_delete into its own header. 2014-09-02 16:28:17 +02:00
unique_ptr_nullptr.cpp Added support for bounded arrays in unique_ptr. Splitted test in several subtests. 2014-09-01 23:59:10 +02:00
unique_ptr_observers.cpp Added support for bounded arrays in unique_ptr. Splitted test in several subtests. 2014-09-01 23:59:10 +02:00
unique_ptr_test_utils_beg.hpp Removed warnings in GCC 4.8 -Wall -pedantic 2014-09-25 16:45:22 +02:00
unique_ptr_test_utils_end.hpp Added support for bounded arrays in unique_ptr. Splitted test in several subtests. 2014-09-01 23:59:10 +02:00
unique_ptr_types.cpp - Reworked some traits to refactor code 2015-04-26 23:29:27 +02:00