Update of /cvsroot/boost/boost/boost/xpressive/detail/core
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14904/detail/core

Modified Files:
        linker.hpp 
Log Message:
improve doxygen output by giving unspecialized templates an empty body instead 
of leaving them undefined.

Index: linker.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/core/linker.hpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- linker.hpp  19 Nov 2006 21:15:17 -0000      1.12
+++ linker.hpp  5 Apr 2007 01:25:40 -0000       1.13
@@ -50,7 +50,7 @@
 struct icase_modifier
 {
     template<typename Visitor>
-    struct apply;
+    struct apply {};
 
     template<typename BidiIter, typename ICase, typename Traits>
     struct apply<xpression_visitor<BidiIter, ICase, Traits> >
@@ -109,7 +109,7 @@
     }
 
     template<typename Visitor>
-    struct apply;
+    struct apply {};
 
     template<typename BidiIter, typename ICase, typename OtherTraits>
     struct apply<xpression_visitor<BidiIter, ICase, OtherTraits> >


-------------------------------------------------------------------------
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

Reply via email to