mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-01-31 18:50:37 +01:00
In test cases, include allocate_unique first
This commit is contained in:
@@ -7,8 +7,8 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
*/
|
||||
#include <boost/config.hpp>
|
||||
#if !defined(BOOST_NO_CXX11_SMART_PTR) && !defined(BOOST_NO_CXX11_ALLOCATOR)
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
#include <boost/smart_ptr/allocate_unique.hpp>
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
|
||||
struct allow { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user