[range] merge fix for typos in comments to release branch (refs #7916)

[SVN r82620]
This commit is contained in:
Nathan Ridge
2013-01-26 03:13:39 +00:00
parent 537f2474c9
commit 4df157ac11
22 changed files with 28 additions and 28 deletions

2
test/array.cpp Executable file → Normal file
View File

@ -12,7 +12,7 @@
#include <boost/detail/workaround.hpp>
#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
# pragma warn -8091 // supress warning in Boost.Test
# pragma warn -8091 // suppress warning in Boost.Test
# pragma warn -8057 // unused argument argc/argv in Boost.Test
#endif