From 693690d28e17433309f1a7c3537039905a847f5b Mon Sep 17 00:00:00 2001 From: Dan Burcaw <92536821+namidan@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:27:59 -0600 Subject: [PATCH] Chore/unary function.patch (#326) * update args * yoga patch * add tv test app patch --- examples/TestNamiTV/patches/hash-unary-function.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/TestNamiTV/patches/hash-unary-function.patch diff --git a/examples/TestNamiTV/patches/hash-unary-function.patch b/examples/TestNamiTV/patches/hash-unary-function.patch new file mode 100644 index 00000000..2198be0a --- /dev/null +++ b/examples/TestNamiTV/patches/hash-unary-function.patch @@ -0,0 +1,11 @@ +--- ../ios/Pods/boost/boost/container_hash/hash.hpp.orig.hpp 2024-07-10 14:24:31 ++++ ../ios/Pods/boost/boost/container_hash/hash.hpp 2024-07-10 14:25:23 +@@ -128,7 +128,7 @@ + }; + #else + template +- struct hash_base : std::unary_function {}; ++ struct hash_base : std::__unary_function {}; + #endif + + struct enable_hash_value { typedef std::size_t type; };