forked from boostorg/regex
Add BOOST_REGEX_NO_FASTCALL config macro and regenerate docs.
Fixes #6245. [SVN r76140]
This commit is contained in:
@ -88,3 +88,6 @@
|
||||
|
||||
// define this if you want to enable support for Unicode via ICU.
|
||||
// #define BOOST_HAS_ICU
|
||||
|
||||
// define this if you want regex to use __cdecl calling convensions, even when __fastcall is available:
|
||||
// #define BOOST_REGEX_NO_FASTCALL
|
||||
|
Reference in New Issue
Block a user