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; };