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 BOOST_QVM_A4FA0794391911DF85A6622B56D89593 7 #define BOOST_QVM_A4FA0794391911DF85A6622B56D89593 8 9 #include <boost/utility/enable_if.hpp> 10 11 namespace 12 boost 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 25