Add BOOST_REGEX_NO_FASTCALL config macro and regenerate docs.

Fixes #6245.

[SVN r76140]
This commit is contained in:
John Maddock
2011-12-24 18:04:37 +00:00
parent c711849c8a
commit e389d92752
5 changed files with 21 additions and 2 deletions

View File

@ -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