Dave Tallman reports for f2a9c30 (Release 0.19.0+, fixed in 0.21.0):
Compile error goes away when the call to hashstd::size_t() is removed (this is a no-op in clang and gcc, but not in Windows).
In file included from 3rdparty/gsl-lite/include/gsl.h:25:
3rdparty/gsl-lite/include/gsl/gsl-lite.h:2164:16: error: implicit instantiation of undefined
template 'std::__1::hash<unsigned long>'
return hash<std::size_t>()( gsl::to_integer<std::size_t>( v ) );
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:3159:29: note:
template is declared here
template <class _Tp> struct hash;
^
Dave Tallman reports for f2a9c30 (Release 0.19.0+, fixed in 0.21.0):
Compile error goes away when the call to hashstd::size_t() is removed (this is a no-op in clang and gcc, but not in Windows).