mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-15 13:36:33 +02:00
obtuse detail line directives
[SVN r14329]
This commit is contained in:
22
include/boost/preprocessor/detail/line.hpp
Normal file
22
include/boost/preprocessor/detail/line.hpp
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# ifndef BOOST_PREPROCESSOR_DETAIL_LINE_HPP
|
||||||
|
# define BOOST_PREPROCESSOR_DETAIL_LINE_HPP
|
||||||
|
#
|
||||||
|
# /* **************************************************************************
|
||||||
|
# * *
|
||||||
|
# * (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. *
|
||||||
|
# * *
|
||||||
|
# ************************************************************************** */
|
||||||
|
#
|
||||||
|
# include <boost/preprocessor/stringize.hpp>
|
||||||
|
#
|
||||||
|
# if !defined(__MWERKS__) || __MWERKS__ > 0x3000
|
||||||
|
# define BOOST_PP_DETAIL_LINE(text) 1 BOOST_PP_STRINGIZE(text)
|
||||||
|
# else
|
||||||
|
# define BOOST_PP_DETAIL_LINE(text) 1
|
||||||
|
# endif
|
||||||
|
#
|
||||||
|
# endif
|
Reference in New Issue
Block a user