From 9ad9b85644adb700a7bb3052f2618b7a60bb9443 Mon Sep 17 00:00:00 2001 From: Arkadiy Vertleyb Date: Fri, 15 Apr 2005 02:00:22 +0000 Subject: [PATCH] fixed >> [SVN r2574] --- include/boost/typeof/template_encoding.hpp | 2 ++ include/boost/typeof/template_template_param.hpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/typeof/template_encoding.hpp b/include/boost/typeof/template_encoding.hpp index ef97d7f..e12c6f0 100755 --- a/include/boost/typeof/template_encoding.hpp +++ b/include/boost/typeof/template_encoding.hpp @@ -91,6 +91,8 @@ #define BOOST_TYPEOF_SEQ_ENUM_TRAILING_1(seq,macro)\ BOOST_PP_ENUM_TRAILING(BOOST_PP_SEQ_SIZE(seq),BOOST_TYPEOF_SEQ_EXPAND_ELEMENT_1,(macro)(seq)) +// + #define BOOST_TYPEOF_PLACEHOLDER(z, n, elem)\ BOOST_TYPEOF_VIRTUAL(PLACEHOLDER, elem)(elem) diff --git a/include/boost/typeof/template_template_param.hpp b/include/boost/typeof/template_template_param.hpp index 3d1cba8..ae4b720 100644 --- a/include/boost/typeof/template_template_param.hpp +++ b/include/boost/typeof/template_template_param.hpp @@ -101,7 +101,7 @@ namespace boost template\ struct decode_params;\ template\ - struct decode_params\ + struct decode_params\ {\ typedef Name type;\ };\