Quick Q: How do you enable C++11 support on Android? -- StackOverflow

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 of hash_map)?

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.