We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9e8c7 commit 99c6e25Copy full SHA for 99c6e25
2 files changed
include/boost/array.hpp
@@ -45,7 +45,6 @@
45
#include <boost/assert.hpp>
46
#include <boost/static_assert.hpp>
47
#include <boost/throw_exception.hpp>
48
-#include <algorithm>
49
#include <iterator>
50
#include <stdexcept>
51
#include <utility>
test/array0.cpp
@@ -5,11 +5,11 @@
5
* http://www.boost.org/LICENSE_1_0.txt)
6
*/
7
8
-#include <string>
9
-#include <iostream>
10
#include <boost/array.hpp>
11
-
12
#include <boost/core/lightweight_test_trait.hpp>
+#include <algorithm>
+#include <string>
+#include <iostream>
13
14
namespace {
15
0 commit comments