make_unique.hpp 286 B

1234567891011121314
  1. /*
  2. (c) 2014 Glen Joseph Fernandes
  3. <glenjofe -at- gmail.com>
  4. Distributed under the Boost Software
  5. License, Version 1.0.
  6. http://boost.org/LICENSE_1_0.txt
  7. */
  8. #ifndef BOOST_MAKE_UNIQUE_HPP_INCLUDED
  9. #define BOOST_MAKE_UNIQUE_HPP_INCLUDED
  10. #include <boost/smart_ptr/make_unique.hpp>
  11. #endif