mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 01:08:14 +00: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
e50860c6ef
commit
b87642cb8e
13 changed files with 13 additions and 13 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 16f4b20083adb017dfc6b44663cf860701288e56
|
||||
Subproject commit 71d18481dd35d4a9c126f81cfe25938db881a6cb
|
|
@ -1 +1 @@
|
|||
Subproject commit 17319897981bcd221ad39c8cd1f88e3d176ba8e5
|
||||
Subproject commit ad5f1d47d86625e4b35464b87e3db03fe5c0abba
|
|
@ -1 +1 @@
|
|||
Subproject commit 7203ad09bbea6f36cee45aed167b51160dbab90a
|
||||
Subproject commit cf4e798691d838b76fcc2832ea815569b0824d1a
|
|
@ -1 +1 @@
|
|||
Subproject commit 806a448be7119765258ebc7bfb453abd73fb5688
|
||||
Subproject commit f54966678bdf2b3bea6e282d6e2589077de4065e
|
|
@ -1 +1 @@
|
|||
Subproject commit 778835199f63319fe22eb340222c905c78880fa9
|
||||
Subproject commit 7b66953776adce0415999b2b979c836383abafa2
|
|
@ -1 +1 @@
|
|||
Subproject commit 175901733e98cd16bf475d341c295a8843192f2a
|
||||
Subproject commit 791df7dabf900789cb5af0149afbd957be0a1eae
|
|
@ -1 +1 @@
|
|||
Subproject commit 6085f9282b060659e0af93666e0edcddf24e1659
|
||||
Subproject commit 6ffd1e9385345965599e47c3de0fe404d5f0ffb5
|
|
@ -1 +1 @@
|
|||
Subproject commit c6efcd2b9042e17491d5d95545b3c0cb5d1c936a
|
||||
Subproject commit bc2218310e60d08868d8241eaa8c359cc70c690b
|
|
@ -1 +1 @@
|
|||
Subproject commit 9d7097177de2c2d9759293f7f75b3582bda3fa22
|
||||
Subproject commit b76f185cb61b17f4b9ba8b413f5288a3acfe93e3
|
|
@ -1 +1 @@
|
|||
Subproject commit 2f7b6e8f3d67d75333c74c44c41478840c98d557
|
||||
Subproject commit 9febe9be3fbb731279038d413dca775ecfdfe850
|
|
@ -1 +1 @@
|
|||
Subproject commit 175054f518330f9195d0ebe0620ddd495720dbe6
|
||||
Subproject commit 157bb9bb6b351c792cc61bade2d99e03bbbbd156
|
|
@ -1 +1 @@
|
|||
Subproject commit ab5613293fcbf6ae3800f254d3f2d170ffd2b7fb
|
||||
Subproject commit 17df22fa13b932210bae29fbb22a962e2bc8b13c
|
|
@ -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…
Add table
Reference in a new issue