One question.
Does Boost C++ library works in Android OS?
I know that Android NDK doesn't support all C++ lib's.
Thanks
One question.
Does Boost C++ library works in Android OS?
I know that Android NDK doesn't support all C++ lib's.
Thanks
Assuming (from the boost-spirit tag) that you're interested in this particular library, the answer is simple:
Boost spirit (and it's constituent support libraries) is a header only library and is supported as long as pick a compiler that is capable of compiling it.