Skip to content

Commit 43b3309

Browse files
authored
allowed postmixing
1 parent 494a7b8 commit 43b3309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scattered_lookup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void test(
163163

164164
struct common_hash:boost::hash<boost::uint64_t>
165165
{
166-
using is_avalanching=std::true_type;
166+
//using is_avalanching=std::true_type;
167167
};
168168

169169
int main()

0 commit comments

Comments
 (0)