diff options
Diffstat (limited to 'tests/headers/templateref_opaque.hpp')
-rw-r--r-- | tests/headers/templateref_opaque.hpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/headers/templateref_opaque.hpp b/tests/headers/templateref_opaque.hpp deleted file mode 100644 index 2f6a0027..00000000 --- a/tests/headers/templateref_opaque.hpp +++ /dev/null @@ -1,12 +0,0 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq - -namespace detail { -template<typename T> -struct PointerType { - typedef T* Type; -}; -} -template<typename T> -class UniquePtr { - typedef typename detail::PointerType<T> Pointer; -}; |