forked from boostorg/container_hash
Tweak the hash tests a bit more.
[SVN r29119]
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
|
||||
#include "./compile_time.hpp"
|
||||
|
||||
void void_func1() { static int x = 1; }
|
||||
void void_func2() { static int x = 2; }
|
||||
void void_func1() { static int x = 1; ++x; }
|
||||
void void_func2() { static int x = 2; --x; }
|
||||
int int_func1(int) { return 0; }
|
||||
int int_func2(int) { return 1; }
|
||||
|
||||
|
Reference in New Issue
Block a user