mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-15 13:36:33 +02:00
indirect file inclusion
[SVN r14222]
This commit is contained in:
18
include/boost/preprocessor/detail/iterate/self.hpp
Normal file
18
include/boost/preprocessor/detail/iterate/self.hpp
Normal file
@ -0,0 +1,18 @@
|
||||
# /* **************************************************************************
|
||||
# * *
|
||||
# * (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
|
Reference in New Issue
Block a user