turtle/test/detail
Alexander Grund d9f9fce6fc
Make action classes non-relocatable
This fixes an issue with auto_ptr. As shown by missing coverage the
actual copy/move ctors are not required as C++11 emplace functions can
be used.
Furthermore some places using shared_ptr could be replaced by unique_ptr
leading to better performance.
2022-01-07 17:08:15 +01:00
..
test_function.cpp Make action classes non-relocatable 2022-01-07 17:08:15 +01:00
test_invocation.cpp Update from deprecated unit test header inclusion 2022-01-07 17:08:14 +01:00
test_is_functor.cpp Avoid Boost.Bind deprecation warning 2022-01-07 17:08:14 +01:00
test_signature.cpp Update from deprecated unit test header inclusion 2022-01-07 17:08:14 +01:00
test_type_name.cpp Update from deprecated unit test header inclusion 2022-01-07 17:08:14 +01:00