Boost-for-Android
Boost-for-Android copied to clipboard
Circular Buffer Issues (all builds and NDK versions)
I have been experimenting with different boost build versions and different android NDK versions to try and get boost::circular_buffer to work properly without much luck.
I have experimented with building my own, but have also experimented with using the prebuilt releases (e.g., https://github.com/dec1/Boost-for-Android/releases).
In each case, I am getting situations similar to this:
I have experimented with various different built configurations but my current setup is the following.
CMake: 3.14.4 Android NDK: 19c Android Gradle Plugin version: 3.4.1 Gradle version: 5.1.1 C++ compiler: Clang C++ version: 14 (also tried 17) OS: Windows
Note that I can import boost::circular_buffer and use various different methods but some of the boost classes themselves seem to me missing imports
Any help is greatly appreciated!