forked from boostorg/regex
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:
@ -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{
|
||||
|
Reference in New Issue
Block a user