mirror of
https://github.com/boostorg/more.git
synced 2025-03-23 13:10:09 +08:00
move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines
[SVN r23313]
This commit is contained in:
parent
a9422b863d
commit
890e392f9a
@ -310,7 +310,7 @@
|
||||
<li>
|
||||
If you do require argument-dependent look-up, you should:<br>
|
||||
<ul>
|
||||
<li><code>#include <boost/minmax.hpp></code></li>
|
||||
<li><code>#include <boost/config.hpp></code></li>
|
||||
<li>Use <code>BOOST_USING_STD_MIN();</code> to bring <code>std::min()</code> into
|
||||
the current scope.</li>
|
||||
<li>Use <code>min BOOST_PREVENT_MACRO_SUBSTITUTION (a,b);</code> to make an
|
||||
|
Loading…
Reference in New Issue
Block a user