Update of /cvsroot/boost/boost/libs/wave/src/cpplexer/re2clex
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3635/libs/wave/src/cpplexer/re2clex
Modified Files:
cpp_re.cpp
Log Message:
Wave: fixed configuration to correctly take into account thread related
settings.
Index: cpp_re.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/src/cpplexer/re2clex/cpp_re.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- cpp_re.cpp 20 Dec 2006 16:55:55 -0000 1.27
+++ cpp_re.cpp 3 Jul 2007 15:47:51 -0000 1.28
@@ -386,7 +386,8 @@
return base_cursor;
}
- friend int operator- (uchar_wrapper const& lhs, uchar_wrapper const& rhs)
+ friend std::ptrdiff_t
+ operator- (uchar_wrapper const& lhs, uchar_wrapper const& rhs)
{
return lhs.base_cursor - rhs.base_cursor;
}
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs