declval.hpp 384 B

12345678910111213
  1. // declval.hpp -------------------------------------------------------------//
  2. // Copyright 2010 Vicente J. Botet Escriba
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // See http://www.boost.org/LICENSE_1_0.txt
  5. #ifndef BOOST_UTILITY_DECLVAL_HPP
  6. #define BOOST_UTILITY_DECLVAL_HPP
  7. #include <boost/type_traits/declval.hpp>
  8. #endif // BOOST_UTILITY_DECLVAL_HPP