make_unique.hpp 293 B

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