Skip to content

Commit

Permalink
Chore/unary function.patch (#326)
Browse files Browse the repository at this point in the history
* update args

* yoga patch

* add tv test app patch
  • Loading branch information
namidan authored Jul 10, 2024
1 parent c4e9665 commit 693690d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/TestNamiTV/patches/hash-unary-function.patch
Original file line number Diff line number Diff line change
@@ -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 <typename T>
- struct hash_base : std::unary_function<T, std::size_t> {};
+ struct hash_base : std::__unary_function<T, std::size_t> {};
#endif

struct enable_hash_value { typedef std::size_t type; };

0 comments on commit 693690d

Please sign in to comment.