Add top-level make_unique.hpp and documentation

This commit is contained in:
Glen Fernandes
2014-01-29 07:25:30 -08:00
parent ad658fa5ec
commit 7fef3bb40b
3 changed files with 146 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/*
* Copyright (c) 2014 Glen Joseph Fernandes
* glenfe at live dot com
*
* Distributed under the Boost Software License,
* Version 1.0. (See accompanying file LICENSE_1_0.txt
* or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_MAKE_UNIQUE_HPP_INCLUDED
#define BOOST_MAKE_UNIQUE_HPP_INCLUDED
#include <boost/smart_ptr/make_unique.hpp>
#endif