2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

Fix test compilation on MSVC (2)

This commit is contained in:
Antony Polukhin
2018-06-02 20:18:16 +03:00
parent 4ca855fdbb
commit 8efe184b7a

View File

@@ -21,10 +21,12 @@
#include <sstream>
#include <set>
#include <string>
#include <boost/container_hash/hash/hash.hpp>
#include <unordered_set>
#define BOOST_HASH_NO_EXTENSIONS
#include <boost/container_hash/hash.hpp>
template <class T>
void test_comparable_struct() {
T s1 {0, 1, false, 6,7,8,9,10,11};