diff --git a/test/hash_function_pointer_test.cpp b/test/hash_function_pointer_test.cpp index 07a0300..db59e2b 100644 --- a/test/hash_function_pointer_test.cpp +++ b/test/hash_function_pointer_test.cpp @@ -29,6 +29,11 @@ void function_pointer_tests() compile_time_tests((void(**)()) 0); compile_time_tests((int(**)(int)) 0); + std::cout<<"sizeof(void(*)()) = "< hasher_void; HASH_NAMESPACE::hash hasher_int;