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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user