mirror of
https://github.com/mat007/turtle.git
synced 2026-08-21 21:19:47 +00:00
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. |
||
|---|---|---|
| .. | ||
| test_function.cpp | ||
| test_invocation.cpp | ||
| test_is_functor.cpp | ||
| test_signature.cpp | ||
| test_type_name.cpp | ||