Removed the leak detector for cpp < 17
This commit is contained in:
parent
f3348aa112
commit
3bf8a01b19
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#include <atomic>
|
||||
#include "Debug.h"
|
||||
|
||||
#if __cplusplus >= 201703L
|
||||
template <class Owner>
|
||||
class LeakDetector {
|
||||
public:
|
||||
|
|
@ -70,3 +71,7 @@ private:
|
|||
#else
|
||||
#define LEAK_DETECTOR(Class)
|
||||
#endif
|
||||
|
||||
#else
|
||||
#define LEAK_DETECTOR(Class)
|
||||
#endif
|
||||
Loading…
Add table
Reference in a new issue