Supported Platforms and C++ Compilers
ODB is written in standard C++ and any modern C++ compiler should be able to compile the runtime libraries and the generated code. The current stable release has been tested using the platforms and C++ compilers listed below:
Platform | Architecture | Compiler |
---|---|---|
GNU/Linux | x86_64 aarch64 i686 |
GCC 4.9 - 14 |
Clang 3.7 - 18 | ||
Mac OS | aarch64 x86_64 |
Apple Clang 15 (Xcode 15) |
Homebrew GCC 10 - 14 | ||
Windows | x86_64 i686 |
MSVC 14.3 - 17.10 (Visual Studio 14/2015 - 17.10/2022) |
Clang 14 - 18 (MSVC runtime) | ||
MinGW GCC 10 - 14 | ||
FreeBSD | x86_64 | Clang 10 - 18 |
Let us know if you require support for a platform or C++ compiler not listed above.