enable_if.hpp 574 B

123456789101112131415161718192021222324
  1. //Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.
  2. //Distributed under the Boost Software License, Version 1.0. (See accompanying
  3. //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. #ifndef UUID_A4FA0794391911DF85A6622B56D89593
  5. #define UUID_A4FA0794391911DF85A6622B56D89593
  6. #include <boost/utility/enable_if.hpp>
  7. namespace
  8. boost
  9. {
  10. namespace
  11. qvm
  12. {
  13. using boost::enable_if;
  14. using boost::enable_if_c;
  15. using boost::lazy_enable_if;
  16. using boost::lazy_enable_if_c;
  17. }
  18. }
  19. #endif