We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515d95c commit 5fb09cdCopy full SHA for 5fb09cd
1 file changed
include/boost/thread/csbl/memory/unique_ptr.hpp
@@ -12,14 +12,14 @@
12
#define BOOST_CSBL_MEMORY_UNIQUE_PTR_HPP
13
14
#include <boost/thread/csbl/memory/config.hpp>
15
+#include <boost/smart_ptr/make_unique.hpp>
16
17
namespace boost
18
{
19
namespace csbl
20
21
using ::std::unique_ptr;
- using ::std::make_unique;
22
-
+ using ::boost::make_unique;
23
}
24
25
0 commit comments