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

@ -72,6 +72,21 @@
</p>
</td>
</tr>
<tr>
<td>
<p>
BOOST_REGEX_NO_FASTCALL
</p>
</td>
<td>
<p>
For Microsoft builds, this tells Boost.Regex to use the <code class="computeroutput"><span class="identifier">__cdecl</span></code> calling convention rather
than <code class="computeroutput"><span class="identifier">__fastcall</span></code>.
Useful if you want to use the same library from both managed and
unmanaged code.
</p>
</td>
</tr>
</tbody>
</table></div>
</div>