Another try

This commit is contained in:
Nikolai Kochetov 2021-08-11 15:21:54 +03:00
parent 8613cfd4e2
commit 2117278f88
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#include <unordered_map>
#if defined(ARCADIA_BUILD)
#define HASH_FUN_H <unordered_map>;
#define HASH_FUN_H <unordered_map>
template <typename T>
struct THash : public std::hash<T> {};
#endif

View File

@ -1,7 +1,7 @@
#pragma once
#if defined(ARCADIA_BUILD)
#define HASH_FUN_H <unordered_map>;
#define HASH_FUN_H <unordered_map>
template <typename T>
struct THash : public std::hash<T> {};
#endif

View File

@ -1,7 +1,7 @@
#pragma once
#if defined(ARCADIA_BUILD)
#define HASH_FUN_H <unordered_map>;
#define HASH_FUN_H <unordered_map>
template <typename T>
struct THash : public std::hash<T> {};
#endif