1
0
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:
David C. Manuelda 2019-08-30 20:35:47 +02:00 committed by James Crook
parent 61598c4c27
commit db0dceac54

View File

@ -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
{