freebsd-ports/audio/audacity/files/patch-src_MemoryX.h
Steve Wills 6bfac54e87 audio/audacity: update to 2.3.2
While here, improve formatting

PR:		237891
Submitted by:	Jack <xxjack12xx@gmail.com> (maintainer)
2019-05-14 13:38:50 +00:00

12 lines
392 B
C++

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