C++11 support is already available by default in many environments and platforms, but as it reaches new ones you may still need to turn it on explicitly. Android is an example:
Enable C++11 support on Android
How do I integrate C++11 in Android in order to use
unordered_map
(the new version ofhash_map
)?
Add a Comment
Comments are closed.