Merged Array changes to release

[SVN r63410]
This commit is contained in:
Marshall Clow
2010-06-28 17:59:21 +00:00
parent 0c8902e8c2
commit a603bffc48
2 changed files with 42 additions and 5 deletions

View File

@ -5,6 +5,11 @@
* http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef _SCL_SECURE_NO_WARNINGS
// Suppress warnings from the std lib:
# define _SCL_SECURE_NO_WARNINGS
#endif
#include <algorithm>
#include <functional>
#include <boost/array.hpp>