Files
boost_preprocessor/include/boost/preprocessor/detail/iterate/self.hpp
Paul Mensonides 7f923e81e1 indirect file inclusion
[SVN r14222]
2002-06-21 23:08:36 +00:00

19 lines
923 B
C++

# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002. Permission to copy, use, *
# * modify, sell, and distribute this software is granted provided *
# * this copyright notice appears in all copies. This software is *
# * provided "as is" without express or implied warranty, and with *
# * no claim at to its suitability for any purpose. *
# * *
# ************************************************************************** */
#
# line 1 ""
#
# if !defined(BOOST_PP_INDIRECT_FILE)
# error BOOST_PP: no file to indirect file to include defined
# else
# include BOOST_PP_INDIRECT_FILE
# undef BOOST_PP_INDIRECT_FILE
# endif