issues
search
meganz
/
mingw-std-threads
Standard threads implementation currently still missing on MinGW GCC on Windows
BSD 2-Clause "Simplified" License
439
stars
137
forks
source link
Add hash for thread::id
#29
Closed
nmcclatchey
closed
6 years ago
nmcclatchey
commented
6 years ago
Adds specialization of the
hash
class template for
thread::id
objects., to comply with the standard.
Adds tests for serialization and hashing to
tests.cpp
.
hash
class template forthread::id
objects., to comply with the standard.tests.cpp
.