]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/make_unique.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / make_unique.hpp
1 /*
2 Copyright 2014 Glen Joseph Fernandes
3 (glenjofe@gmail.com)
4
5 Distributed under the Boost Software License, Version 1.0.
6 (http://www.boost.org/LICENSE_1_0.txt)
7 */
8 #ifndef BOOST_MAKE_UNIQUE_HPP_INCLUDED
9 #define BOOST_MAKE_UNIQUE_HPP_INCLUDED
10
11 #include <boost/smart_ptr/make_unique.hpp>
12
13 #endif