1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Fix MemoryX.h

This commit is contained in:
Paul Licameli
2016-03-11 22:42:31 -05:00
parent 3c57e1fc0c
commit 1e641957ca

View File

@@ -4,6 +4,10 @@
// C++ standard header <memory> with a few extensions
#include <memory>
#ifndef safenew
#define safenew new
#endif
// Conditional compilation switch indicating whether to rely on
// std:: containers knowing about rvalue references
#undef __AUDACITY_OLD_STD__