mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-03-06 22:14:02 +01:00
In test cases, include allocate_unique first
This commit is contained in:
@@ -9,8 +9,8 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
#if (!defined(BOOST_LIBSTDCXX_VERSION) || \
|
||||
BOOST_LIBSTDCXX_VERSION >= 46000) && \
|
||||
!defined(BOOST_NO_CXX11_SMART_PTR)
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
#include <boost/smart_ptr/allocate_unique.hpp>
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
|
||||
template<class T = void>
|
||||
struct creator {
|
||||
|
||||
Reference in New Issue
Block a user