Closed vaivaswatha closed 3 years ago
memory_resource
map_to_list
stdc++
-Wreturn-type-c-linkage
SafeInt
extern "C"
memory_resource
instead of from std for Apple (Apple doesn't support C++17 completely yet).map_to_list
to sort it too (see).stdc++
.-Wreturn-type-c-linkage
when returningSafeInt
inextern "C"
functions.