diff options
Diffstat (limited to 'tests/headers/derive-hash-template-def-float.hpp')
-rw-r--r-- | tests/headers/derive-hash-template-def-float.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/headers/derive-hash-template-def-float.hpp b/tests/headers/derive-hash-template-def-float.hpp deleted file mode 100644 index 253fb9ce..00000000 --- a/tests/headers/derive-hash-template-def-float.hpp +++ /dev/null @@ -1,8 +0,0 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialord --with-derive-ord --with-derive-partialeq --with-derive-eq -// -/// Template definition containing a float, which cannot derive Hash/Eq/Ord but can derive PartialEq/PartialOrd. -template <typename T> -struct foo { - T data; - float b; -}; |