Question:
I'm running some C++11 tests on Embarcadero C++ Builder, and I noticed that your lib is not compiled to support bcc32c for 32bit version, is there any plan to support the non-classic version of the borland compiler?
( this is only for 32 bits compilation mode ) If you do not know how to change this option, right click on the project -> options -> C++ compiler, set the Classic compiler to false.
If you use command line build, just use the bcc32c compiler.