mirror of
https://github.com/boostorg/boost.git
synced 2025-04-13 00:23:01 +00:00
Merged revisions 51169,51271 via svnmerge from
https://svn.boost.org/svn/boost/trunk ........ r51169 | eric_niebler | 2009-02-09 16:50:16 -0800 (Mon, 09 Feb 2009) | 1 line eliminate shadow warnings on gcc for nested FOREACH loops ........ r51271 | eric_niebler | 2009-02-16 09:50:31 -0800 (Mon, 16 Feb 2009) | 1 line mark up foreach failures on borland-6.1 ........ [SVN r51272]
This commit is contained in:
parent
e48345072e
commit
6ae7225c9b
2 changed files with 9 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit b80e723dcc6247cb33d882ed7ff382e490bf407f
|
||||
Subproject commit d29531c339dc2664aa6559fdfb26eb3a878ae24f
|
|
@ -1490,6 +1490,8 @@
|
|||
<toolset name="borland-5.6*"/>
|
||||
<toolset name="borland-5.8*"/>
|
||||
<toolset name="borland-5.9*"/>
|
||||
<toolset name="borland-6.0*"/>
|
||||
<toolset name="borland-6.1*"/>
|
||||
<toolset name="gcc-2*"/>
|
||||
<toolset name="gcc-3.2*"/>
|
||||
<toolset name="gcc-3_3-darwin"/>
|
||||
|
@ -1518,6 +1520,8 @@
|
|||
<toolset name="borland-5.6*"/>
|
||||
<toolset name="borland-5.8*"/>
|
||||
<toolset name="borland-5.9*"/>
|
||||
<toolset name="borland-6.0*"/>
|
||||
<toolset name="borland-6.1*"/>
|
||||
<toolset name="gcc-2*"/>
|
||||
<toolset name="gcc-3.2*"/>
|
||||
<toolset name="gcc-3_3-darwin"/>
|
||||
|
@ -1546,6 +1550,8 @@
|
|||
<toolset name="borland-5.6*"/>
|
||||
<toolset name="borland-5.8*"/>
|
||||
<toolset name="borland-5.9*"/>
|
||||
<toolset name="borland-6.0*"/>
|
||||
<toolset name="borland-6.1*"/>
|
||||
<toolset name="hp_cxx*"/>
|
||||
<toolset name="sunpro*"/>
|
||||
<toolset name="sun-5.7"/>
|
||||
|
@ -1563,6 +1569,8 @@
|
|||
<toolset name="borland-5.6*"/>
|
||||
<toolset name="borland-5.8*"/>
|
||||
<toolset name="borland-5.9*"/>
|
||||
<toolset name="borland-6.0*"/>
|
||||
<toolset name="borland-6.1*"/>
|
||||
<toolset name="hp_cxx*"/>
|
||||
<toolset name="sunpro*"/>
|
||||
<toolset name="sun-5.7"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue