Files
boost_preprocessor/include/boost/preprocessor/detail/iterate/self.hpp

19 lines
941 B
C++
Raw Normal View History

2002-06-21 23:08:36 +00:00
# /* **************************************************************************
# * *
# * (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()
2002-06-21 23:08:36 +00:00
#
2002-06-28 05:03:39 +00:00
# if !defined(BOOST_PP_INDIRECT_SELF)
2002-06-21 23:08:36 +00:00
# error BOOST_PP: no file to indirect file to include defined
# else
2002-06-28 05:03:39 +00:00
# include BOOST_PP_INDIRECT_SELF
# undef BOOST_PP_INDIRECT_SELF
2002-06-21 23:08:36 +00:00
# endif