Add 64 bit output for MurmurHash

This commit is contained in:
Vinnie Falco
2013-10-01 12:00:03 -07:00
parent f3d97c76df
commit 2472a902dd
2 changed files with 17 additions and 1 deletions

View File

@@ -347,7 +347,7 @@ public:
logMessage ("BEAST_DEBUG = " + String::fromNumber (beastDebug ()));
logMessage ("BEAST_FORCE_DEBUG = " + String::fromNumber (beastForceDebug ()));
logMessage ("BEAST_CATCH_UNHANDLED_EXCEPTIONS = " + String::fromNumber (beastCatchExceptions ()));
logMessage ("sizeof(std::size_t) = " + String::fromNumber (sizeof(std::size_t)));
bassertfalse;
fail ();