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