Closed galek closed 6 years ago
Needly replace: hash_set on unordered_set
and in:
OutputDataStream& Sampler::Serialize replace std::vector<const Symbol * const> symbols; on #if _MSC_VER == 1900 std::vector<const Symbol *> symbols; #else std::vector<const Symbol * const> symbols; #endif
Needly replace: hash_set on unordered_set
and in: