Merge branch 'master' into develop
This commit is contained in:
commit
977a09cc85
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