mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Fix MemoryX.h
This commit is contained in:
@@ -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__
|
||||
|
Reference in New Issue
Block a user