Update of /cvsroot/boost/boost/boost/parameter
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24120
Modified Files:
preprocessor.hpp
Log Message:
Avoid reserved names
Index: preprocessor.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/parameter/preprocessor.hpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- preprocessor.hpp 31 May 2006 09:44:35 -0000 1.11
+++ preprocessor.hpp 5 Jun 2006 10:35:52 -0000 1.12
@@ -467,7 +467,7 @@
)
# define BOOST_PARAMETER_FUNCTION_DEFAULT_FUNCTION_ARG_NAME(keyword) \
- BOOST_PP_CAT(keyword,_type)
+ BOOST_PP_CAT(BOOST_PP_CAT(keyword,_),type)
// Helpers used as parameters to BOOST_PARAMETER_FUNCTION_DEFAULT_ARGUMENTS.
# define BOOST_PARAMETER_FUNCTION_DEFAULT_FUNCTION_TEMPLATE_ARG(r, _, arg) \
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs