mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Move flat_hash_map to tracy namespace.
This commit is contained in:
parent
3bc483bd9e
commit
0d7ba57fa4
@ -21,7 +21,7 @@
|
||||
#define SKA_NOINLINE(...) __VA_ARGS__ __attribute__((noinline))
|
||||
#endif
|
||||
|
||||
namespace ska
|
||||
namespace tracy
|
||||
{
|
||||
struct prime_number_hash_policy;
|
||||
struct power_of_two_hash_policy;
|
||||
@ -1435,7 +1435,7 @@ public:
|
||||
template<typename T>
|
||||
struct power_of_two_std_hash : std::hash<T>
|
||||
{
|
||||
typedef ska::power_of_two_hash_policy hash_policy;
|
||||
typedef tracy::power_of_two_hash_policy hash_policy;
|
||||
};
|
||||
|
||||
} // end namespace ska
|
||||
} // end namespace tracy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user