Update of /cvsroot/boost/boost/boost/xpressive/detail/static
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14904/detail/static
Modified Files:
is_pure.hpp
Log Message:
improve doxygen output by giving unspecialized templates an empty body instead
of leaving them undefined.
Index: is_pure.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/static/is_pure.hpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- is_pure.hpp 12 Mar 2007 22:11:29 -0000 1.14
+++ is_pure.hpp 5 Apr 2007 01:25:40 -0000 1.15
@@ -64,7 +64,7 @@
// is_pure
//
template<typename Expr, typename Tag = typename Expr::tag_type>
- struct is_pure;
+ struct is_pure {};
template<typename Expr>
struct is_pure<Expr, proto::tag::terminal>
@@ -88,7 +88,7 @@
{};
template<typename Left>
- struct is_pure_assign;
+ struct is_pure_assign {};
template<>
struct is_pure_assign<basic_mark_tag>
-------------------------------------------------------------------------
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