nil_registration.hpp 493 B

12345678910111213
  1. // (C) Copyright Edward Diener 2011-2015
  2. // Use, modification and distribution are subject to the Boost Software License,
  3. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt).
  5. #if !defined(BOOST_VMD_DETAIL_NIL_REGISTRATION_HPP)
  6. #define BOOST_VMD_DETAIL_NIL_REGISTRATION_HPP
  7. #define BOOST_VMD_REGISTER_BOOST_PP_NIL (BOOST_PP_NIL)
  8. #define BOOST_VMD_DETECT_BOOST_PP_NIL_BOOST_PP_NIL
  9. #endif /* BOOST_VMD_DETAIL_NIL_REGISTRATION_HPP */