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:
Eric Niebler 2004-07-02 01:21:32 +00:00
parent a9422b863d
commit 890e392f9a

View File

@ -310,7 +310,7 @@
<li>
If you do require argument-dependent look-up, you should:<br>&nbsp;
<ul>
<li><code>#include &lt;boost/minmax.hpp&gt;</code></li>&nbsp;
<li><code>#include &lt;boost/config.hpp&gt;</code></li>&nbsp;
<li>Use <code>BOOST_USING_STD_MIN();</code> to bring <code>std::min()</code> into
the current scope.</li>&nbsp;
<li>Use <code>min BOOST_PREVENT_MACRO_SUBSTITUTION (a,b);</code> to make an