mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
Fix ill-formed std::hash<> specialization
This commit is contained in:
parent
61598c4c27
commit
db0dceac54
@ -53,7 +53,6 @@
|
||||
// For using std::unordered_map on wxString
|
||||
namespace std
|
||||
{
|
||||
template<typename T> struct hash;
|
||||
template<> struct hash< wxString > {
|
||||
size_t operator () (const wxString &str) const // noexcept
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user