mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-01-27 19:32:08 +00:00
This tests the functionality added with PR boostorg/smart_ptr#24. Specifically this tests that passing moveable-only types to constructors is possible through make_shared. Note that real rvalue's still cannot be passed that way on C++03 unfortunately because there's no generic way of accomplishing that with current move emulation.
2.0 KiB
2.0 KiB