diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-16 12:27:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-16 12:27:46 +0200 |
commit | 47b9691f9bde62ea62f6601503997d93ed7ab64c (patch) | |
tree | f0e08b4f37ced066ac18defdf233eec0e91b6cc0 /compat | |
parent | 6aabc74a535da1f2d5cf866346b31939d097cbac (diff) |
wa
Diffstat (limited to 'compat')
-rw-r--r-- | compat/shared-ptr-wrapper.hpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/compat/shared-ptr-wrapper.hpp b/compat/shared-ptr-wrapper.hpp deleted file mode 100644 index 8315d674..00000000 --- a/compat/shared-ptr-wrapper.hpp +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once -#include <memory> - -namespace floormat { - -template<typename T> -struct shared_ptr_wrapper final -{ - std::shared_ptr<T> ptr; -}; - -} // namespace floormat |