I am including unordered_map in a XCode project for iOS. Originally when I tried linking I got errors for new and delete operations, but when I added "-lstdc++" to "Other Linker Flags" those go away, but I am left with the following missing symbol.
"std::__1::__next_prime(unsigned long)", referenced from:
I tried different combinations of C++ Standard Language/Dialect but cannot get this to go away.
Any idea what library includes this?
Thanks!