<string>
is included. What is wrong in std::to_sting(intVar)
?
cppreference. Does it mean CLang does not meet STandarD?
Another question helped, but the answers are not good (for me) because:
- write own std::to_string() is bad idea. Standard is standard. If i write own implementation. I need to wrap it with defines to prevent errors from another compilers/toolchains which does not leak std features. And this impl still leaks full-featured STD.
Application.mk
- is bad idea too since lastest studio offers Gradle+CMake. Makefile is too ugly and hard for manual using.- My solution is better.