Fixed more warnings, rolled back some regex changes that seem to be causing problems on 64-bit platforms.

[SVN r14063]
This commit is contained in:
John Maddock
2002-05-30 11:07:05 +00:00
parent bbbd65c2e4
commit 53de3c4ae6
4 changed files with 46 additions and 16 deletions

View File

@ -54,7 +54,7 @@
namespace boost{
#ifdef __BORLANDC__
#pragma option push -a4 -b -Ve -pc
#pragma option push -a4 -b -Ve -pc -w-8027
#endif
namespace re_detail{