mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
Add BOOST_REGEX_NO_FASTCALL config macro and regenerate docs.
Fixes #6245. [SVN r76140]
This commit is contained in:
@ -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>
|
||||
|
@ -198,7 +198,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"><p><small>Last revised: December 24, 2011 at 17:50:34 GMT</small></p></td>
|
||||
<td align="left"><p><small>Last revised: December 24, 2011 at 18:02:12 GMT</small></p></td>
|
||||
<td align="right"><div class="copyright-footer"></div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
|
Reference in New Issue
Block a user