Update of /cvsroot/boost/boost/boost/xpressive
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14904
Modified Files:
regex_actions.hpp
Log Message:
improve doxygen output by giving unspecialized templates an empty body instead
of leaving them undefined.
Index: regex_actions.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/regex_actions.hpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- regex_actions.hpp 5 Apr 2007 00:07:26 -0000 1.13
+++ regex_actions.hpp 5 Apr 2007 01:25:40 -0000 1.14
@@ -129,7 +129,7 @@
struct front
{
template<typename Sig>
- struct result;
+ struct result {};
template<typename This, typename Sequence>
struct result<This(Sequence &)>
@@ -153,7 +153,7 @@
struct back
{
template<typename Sig>
- struct result;
+ struct result {};
template<typename This, typename Sequence>
struct result<This(Sequence &)>
@@ -177,7 +177,7 @@
struct top
{
template<typename Sig>
- struct result;
+ struct result {};
template<typename This, typename Sequence>
struct result<This(Sequence &)>
@@ -201,7 +201,7 @@
struct first
{
template<typename Sig>
- struct result;
+ struct result {};
template<typename This, typename Pair>
struct result<This(Pair &)>
@@ -219,7 +219,7 @@
struct second
{
template<typename Sig>
- struct result;
+ struct result {};
template<typename This, typename Pair>
struct result<This(Pair &)>
@@ -248,7 +248,7 @@
struct length
{
template<typename Sig>
- struct result;
+ struct result {};
template<typename This, typename Sub>
struct result<This(Sub &)>
@@ -266,7 +266,7 @@
struct str
{
template<typename Sig>
- struct result;
+ struct result {};
template<typename This, typename Sub>
struct result<This(Sub &)>
-------------------------------------------------------------------------
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