summaryrefslogtreecommitdiff
path: root/audio/audacity/files/patch-src_MemoryX.h
blob: 05c3267f441155fb40ea72573073f7c44fb4d6cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/MemoryX.h.orig	2019-03-09 11:55:09 UTC
+++ src/MemoryX.h
@@ -641,7 +641,7 @@ make_iterator_range( const Container &container )
 // For using std::unordered_map on wxString
 namespace std
 {
-   template<typename T> struct hash;
+   //template<typename T> struct hash;
    template<> struct hash< wxString > {
       size_t operator () (const wxString &str) const // noexcept
       {