Latest C++11 features with Android NDK

前端 未结 6 543
慢半拍i
慢半拍i 2020-12-08 08:31

I am trying to use C++11 threading facilities with Android NDK, but not sure how to make it use the latest compilers.

I have Clang 3.2 and can build iOS apps. I wond

6条回答
  •  眼角桃花
    2020-12-08 08:48

    NDK revision 8e has the Clang 3.2 compiler bundled in it. Use it and you're good to go.

提交回复
热议问题