mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Added fixes for C++ Builder 6 alignment (binary compatibility) issues.
[SVN r14087]
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
namespace boost{
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
#pragma option push -a4 -b -Ve -pc -w-8027
|
||||
#pragma option push -a8 -b -Vx -Ve -pc -w-8027
|
||||
#endif
|
||||
|
||||
namespace re_detail{
|
||||
|
Reference in New Issue
Block a user