]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/qvm/enable_if.hpp
Add patch for failing prerm scripts
[ceph.git] / ceph / src / boost / boost / qvm / enable_if.hpp
CommitLineData
b32b8144
FG
1//Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.\r
2\r
3//Distributed under the Boost Software License, Version 1.0. (See accompanying\r
4//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
5\r
6#ifndef UUID_A4FA0794391911DF85A6622B56D89593\r
7#define UUID_A4FA0794391911DF85A6622B56D89593\r
8\r
9#include <boost/utility/enable_if.hpp>\r
10\r
11namespace\r
12boost\r
13 {\r
14 namespace\r
15 qvm\r
16 {\r
17 using boost::enable_if;\r
18 using boost::enable_if_c;\r
19 using boost::lazy_enable_if;\r
20 using boost::lazy_enable_if_c;\r
21 }\r
22 }\r
23\r
24#endif\r