no_type.hpp 654 B

12345678910111213141516171819
  1. /*-----------------------------------------------------------------------------+
  2. Copyright (c) 2008-2009: Joachim Faulhaber
  3. +------------------------------------------------------------------------------+
  4. Distributed under the Boost Software License, Version 1.0.
  5. (See accompanying file LICENCE.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. +-----------------------------------------------------------------------------*/
  8. #ifndef BOOST_ICL_TYPE_TRAITS_NO_TYPE_HPP_JOFA_100902
  9. #define BOOST_ICL_TYPE_TRAITS_NO_TYPE_HPP_JOFA_100902
  10. namespace boost{ namespace icl
  11. {
  12. struct no_type{};
  13. }} // namespace boost icl
  14. #endif