forked from boostorg/smart_ptr
b5498d944e4eb14d90dc74b0edb13a09f9e0eab2
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.
Merge branch 'make_shared-constructor-forwarding' of https://github.com/muggenhor/boost-smart_ptr into develop
Languages
C++
99.7%
CMake
0.3%