Prevent clang-format sorting some test includes

This commit is contained in:
Daniel James
2017-02-19 13:05:17 +00:00
parent f2af10c746
commit b2f2fdc2f3
37 changed files with 69 additions and 1 deletions

View File

@ -4,6 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include "./containers.hpp" #include "./containers.hpp"
#include "../helpers/random_values.hpp" #include "../helpers/random_values.hpp"
#include "../helpers/invariants.hpp" #include "../helpers/invariants.hpp"

View File

@ -4,6 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include "./containers.hpp" #include "./containers.hpp"
#include "../helpers/random_values.hpp" #include "../helpers/random_values.hpp"
#include "../helpers/input_iterator.hpp" #include "../helpers/input_iterator.hpp"

View File

@ -3,10 +3,13 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../objects/exception.hpp" #include "../objects/exception.hpp"
typedef boost::unordered_set< typedef boost::unordered_set<

View File

@ -4,6 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include "./containers.hpp" #include "./containers.hpp"
#include "../helpers/random_values.hpp" #include "../helpers/random_values.hpp"
template <typename T> inline void avoid_unused_warning(T const&) {} template <typename T> inline void avoid_unused_warning(T const&) {}

View File

@ -4,6 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include "./containers.hpp" #include "./containers.hpp"
#include "../helpers/random_values.hpp" #include "../helpers/random_values.hpp"
#include "../helpers/invariants.hpp" #include "../helpers/invariants.hpp"
#include "../helpers/helpers.hpp" #include "../helpers/helpers.hpp"

View File

@ -4,6 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include "./containers.hpp" #include "./containers.hpp"
#include <string> #include <string>
#include "../helpers/random_values.hpp" #include "../helpers/random_values.hpp"
#include "../helpers/invariants.hpp" #include "../helpers/invariants.hpp"

View File

@ -3,8 +3,9 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <iostream>
#include "./containers.hpp" #include "./containers.hpp"
#include <iostream>
#include "../helpers/random_values.hpp" #include "../helpers/random_values.hpp"
#include "../helpers/invariants.hpp" #include "../helpers/invariants.hpp"

View File

@ -4,6 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include "./containers.hpp" #include "./containers.hpp"
#include <string> #include <string>
#include "../helpers/random_values.hpp" #include "../helpers/random_values.hpp"
#include "../helpers/invariants.hpp" #include "../helpers/invariants.hpp"

View File

@ -4,6 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include "./containers.hpp" #include "./containers.hpp"
#include "../helpers/random_values.hpp" #include "../helpers/random_values.hpp"
#include "../helpers/invariants.hpp" #include "../helpers/invariants.hpp"

View File

@ -3,10 +3,13 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include "../objects/test.hpp" #include "../objects/test.hpp"
#include "../objects/cxx11_allocator.hpp" #include "../objects/cxx11_allocator.hpp"

View File

@ -3,9 +3,11 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include <string> #include <string>

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include <algorithm> #include <algorithm>

View File

@ -6,9 +6,11 @@
// This test creates the containers with members that meet their minimum // This test creates the containers with members that meet their minimum
// requirements. Makes sure everything compiles and is defined correctly. // requirements. Makes sure everything compiles and is defined correctly.
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include <iostream> #include <iostream>
#include "../helpers/test.hpp" #include "../helpers/test.hpp"

View File

@ -6,9 +6,11 @@
// This test creates the containers with members that meet their minimum // This test creates the containers with members that meet their minimum
// requirements. Makes sure everything compiles and is defined correctly. // requirements. Makes sure everything compiles and is defined correctly.
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include <iostream> #include <iostream>
#include "../helpers/test.hpp" #include "../helpers/test.hpp"

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include "../objects/test.hpp" #include "../objects/test.hpp"

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include "../objects/test.hpp" #include "../objects/test.hpp"

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include <boost/functional/hash/hash.hpp> #include <boost/functional/hash/hash.hpp>
#include "../helpers/test.hpp" #include "../helpers/test.hpp"

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include <boost/preprocessor/seq.hpp> #include <boost/preprocessor/seq.hpp>
#include <list> #include <list>

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include <algorithm> #include <algorithm>

View File

@ -6,9 +6,11 @@
// The code for erasing elements from containers with equivalent keys is very // The code for erasing elements from containers with equivalent keys is very
// hairy with several tricky edge cases - so explicitly test each one. // hairy with several tricky edge cases - so explicitly test each one.
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include "../helpers/list.hpp" #include "../helpers/list.hpp"

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include "../objects/test.hpp" #include "../objects/test.hpp"

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include "../objects/test.hpp" #include "../objects/test.hpp"

View File

@ -3,9 +3,11 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered/unordered_map_fwd.hpp> #include <boost/unordered/unordered_map_fwd.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
template <typename T> template <typename T>
void call_swap(boost::unordered_map<T,T>& x, void call_swap(boost::unordered_map<T,T>& x,

View File

@ -3,9 +3,11 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered/unordered_set_fwd.hpp> #include <boost/unordered/unordered_set_fwd.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
struct true_type { char x[100]; }; struct true_type { char x[100]; };
struct false_type { char x; }; struct false_type { char x; };

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include <utility> #include <utility>

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include "../helpers/invariants.hpp" #include "../helpers/invariants.hpp"

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include "../objects/test.hpp" #include "../objects/test.hpp"

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
void foo(boost::unordered_set<int>&, void foo(boost::unordered_set<int>&,
boost::unordered_map<int, int>&, boost::unordered_map<int, int>&,

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
void foo(boost::unordered_set<int>& x1, void foo(boost::unordered_set<int>& x1,
boost::unordered_map<int, int>& x2, boost::unordered_map<int, int>& x2,

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include <boost/limits.hpp> #include <boost/limits.hpp>

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or move at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or move at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include "../objects/test.hpp" #include "../objects/test.hpp"

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include "../helpers/random_values.hpp" #include "../helpers/random_values.hpp"

View File

@ -5,10 +5,12 @@
// This test checks the runtime requirements of containers. // This test checks the runtime requirements of containers.
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include <cstdlib> #include <cstdlib>

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include <boost/config.hpp> #include <boost/config.hpp>
#include <algorithm> #include <algorithm>

View File

@ -3,10 +3,12 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying // Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// clang-format off
#include "../helpers/prefix.hpp" #include "../helpers/prefix.hpp"
#include <boost/unordered_set.hpp> #include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp" #include "../helpers/postfix.hpp"
// clang-format on
#include <iostream> #include <iostream>
#include "../helpers/test.hpp" #include "../helpers/test.hpp"