diff options
Diffstat (limited to 'zen/guid.h')
-rwxr-xr-x | zen/guid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ inline std::string generateGUID() //creates a 16-byte GUID { //perf: generator: 0.38ms per creation; - // retrieve GUID: 0.13µs per call + // retrieve GUID: 0.13µs per call //generator is only thread-safe like an int => keep thread-local thread_local boost::uuids::random_generator gen; const boost::uuids::uuid nativeRep = gen(); |