Skip to content

Commit

Permalink
std::make_unique is C++14
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 13, 2023
1 parent 515d95c commit 5fb09cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/boost/thread/csbl/memory/unique_ptr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
#define BOOST_CSBL_MEMORY_UNIQUE_PTR_HPP

#include <boost/thread/csbl/memory/config.hpp>
#include <boost/smart_ptr/make_unique.hpp>

namespace boost
{
namespace csbl
{
using ::std::unique_ptr;
using ::std::make_unique;

using ::boost::make_unique;
}
}

Expand Down

0 comments on commit 5fb09cd

Please sign in to comment.