diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-24 01:36:21 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-24 03:25:04 +0200 |
| commit | d60c3b214989c486b9af9e9935a52acd183b5370 (patch) | |
| tree | 76a5731ba06787c273f41fb195684a7378c2410e /compat/borrowed-ptr.hpp | |
| parent | 65a0e810ae0783a3b170df5897aa177e96a7bdb6 (diff) | |
enable weak_bptr, add tests
Diffstat (limited to 'compat/borrowed-ptr.hpp')
| -rw-r--r-- | compat/borrowed-ptr.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compat/borrowed-ptr.hpp b/compat/borrowed-ptr.hpp index 76039926..b818154c 100644 --- a/compat/borrowed-ptr.hpp +++ b/compat/borrowed-ptr.hpp @@ -1,9 +1,6 @@ #pragma once #include "borrowed-ptr-fwd.hpp" -#define FM_BPTR_DEBUG -#define FM_NO_WEAK_BPTR - #ifdef __CLION_IDE__ #define fm_bptr_assert(...) (void(__VA_ARGS__)) #elif defined FM_BPTR_DEBUG && !defined FM_NO_DEBUG |
