Update of /cvsroot/boost/boost/boost/xpressive/proto/transform
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14904/proto/transform
Modified Files:
fold.hpp pass_through.hpp
Log Message:
improve doxygen output by giving unspecialized templates an empty body instead
of leaving them undefined.
Index: fold.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/transform/fold.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- fold.hpp 31 Jan 2007 08:39:08 -0000 1.9
+++ fold.hpp 5 Apr 2007 01:25:40 -0000 1.10
@@ -28,10 +28,10 @@
namespace detail
{
template<typename Grammar, typename Expr, typename State, typename
Visitor, long Arity = Expr::arity::value>
- struct fold_impl;
+ struct fold_impl {};
template<typename Grammar, typename Expr, typename State, typename
Visitor, long Arity = Expr::arity::value>
- struct reverse_fold_impl;
+ struct reverse_fold_impl {};
#define BOOST_PROTO_ARG_N_TYPE(n)\
BOOST_PP_CAT(BOOST_PP_CAT(arg, n), _type)
Index: pass_through.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/xpressive/proto/transform/pass_through.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pass_through.hpp 3 Feb 2007 00:14:33 -0000 1.5
+++ pass_through.hpp 5 Apr 2007 01:25:40 -0000 1.6
@@ -24,7 +24,7 @@
namespace detail
{
template<typename Grammar, typename Expr, typename State, typename
Visitor, typename Tag = typename Expr::tag_type, long Arity =
Expr::arity::value>
- struct pass_through_impl;
+ struct pass_through_impl {};
#define BOOST_PROTO_DEFINE_META_COMPILE(z, n, data)\
typename Grammar::BOOST_PP_CAT(BOOST_PP_CAT(arg, n), _type)\
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs