Skip to content
Snippets Groups Projects
user avatar
Imdad Sardharwalla authored
XCode10 lacks support for several C++17 standard library
features. Hence, for macOS, std::size() has been replaced with calls
to sizeof(), and std::map::try_emplace() has been replaced with calls
to std::map::emplace().
3f26d719
History
Name Last commit Last update