mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-11 06:07:44 +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
|
// For using std::unordered_map on wxString
|
||||||
namespace std
|
namespace std
|
||||||
{
|
{
|
||||||
template<typename T> struct hash;
|
|
||||||
template<> struct hash< wxString > {
|
template<> struct hash< wxString > {
|
||||||
size_t operator () (const wxString &str) const // noexcept
|
size_t operator () (const wxString &str) const // noexcept
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user