Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82102 - trunk/libs/array/test
From: marshall_at_[hidden]
Date: 2012-12-19 12:49:04


Author: marshall
Date: 2012-12-19 12:49:04 EST (Wed, 19 Dec 2012)
New Revision: 82102
URL: http://svn.boost.org/trac/boost/changeset/82102

Log:
Fix bug where failure test failed for the wrong reason on C++03
Text files modified:
   trunk/libs/array/test/array_getfail1.cpp | 8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)

Modified: trunk/libs/array/test/array_getfail1.cpp
==============================================================================
--- trunk/libs/array/test/array_getfail1.cpp (original)
+++ trunk/libs/array/test/array_getfail1.cpp 2012-12-19 12:49:04 EST (Wed, 19 Dec 2012)
@@ -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 {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk