Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:53:36

0001 
0002 //  (C) Copyright Edward Diener 2011-2015
0003 //  Use, modification and distribution are subject to the Boost Software License,
0004 //  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
0005 //  http://www.boost.org/LICENSE_1_0.txt).
0006 
0007 #if !defined(BOOST_VMD_DETAIL_NIL_REGISTRATION_HPP)
0008 #define BOOST_VMD_DETAIL_NIL_REGISTRATION_HPP
0009 
0010 #define BOOST_VMD_REGISTER_BOOST_PP_NIL (BOOST_PP_NIL)
0011 #define BOOST_VMD_DETECT_BOOST_PP_NIL_BOOST_PP_NIL
0012 
0013 #endif /* BOOST_VMD_DETAIL_NIL_REGISTRATION_HPP */