Files
boost_preprocessor/include/boost/preprocessor/detail/iterate/self.hpp
Paul Mensonides 1ed20a224a support of MWCW line directives
[SVN r14229]
2002-06-24 07:35:29 +00:00

19 lines
941 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 BOOST_PP_DETAIL_LINE()
#
# 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