Fix bug where failure test failed for the wrong reason on C++03

[SVN r82102]
This commit is contained in:
Marshall Clow
2012-12-19 17:49:04 +00:00
parent e02e7dcc00
commit 88abb34b4d

View File

@ -5,6 +5,10 @@
* http://www.boost.org/LICENSE_1_0.txt)
*/
#include <boost/array.hpp>
#include <boost/static_assert.hpp>
#include <string>
#include <iostream>
#include <algorithm>
@ -12,10 +16,6 @@
#include <array>
#endif
#include <boost/array.hpp>
#include <boost/static_assert.hpp>
#include <boost/test/included/test_exec_monitor.hpp>
namespace {