FIXED: Signed/unsigned conversions in regex_compile.hpp and regex_format.hpp

ADDED:    Forwarder functions to match_results.
FIXED:    More errors from Como in strict mode.


[SVN r8826]
This commit is contained in:
John Maddock
2001-01-31 11:39:04 +00:00
parent 1afe49fdbf
commit 31c5b449bb
21 changed files with 270 additions and 51 deletions

View File

@ -43,8 +43,7 @@ using std::endl;
#include <iostream>
#include <boost/regex.hpp>
#ifdef TEST_UNICODE
#if defined(TEST_UNICODE)
#ifdef __GNUC__
#define char_t wchar_t
#else