Update of /cvsroot/boost/boost/boost/regex
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13807/boost/regex
Modified Files:
concepts.hpp
Log Message:
Patches for HP aCC and Compaq tru64
Index: concepts.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/regex/concepts.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- concepts.hpp 13 Dec 2005 18:30:53 -0000 1.9
+++ concepts.hpp 27 Feb 2007 10:12:47 -0000 1.10
@@ -68,7 +68,13 @@
//
} // namespace boost
namespace std{
- template<> struct char_traits<boost::char_architype>{};
+ template<> struct char_traits<boost::char_architype>
+ {
+ // The intent is that this template is not instantiated,
+ // but this typedef gives us a chance of compilation in
+ // case it is:
+ typedef char_architype char_type;
+ };
}
namespace boost{
//
-------------------------------------------------------------------------
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