+Yes, Boost is designed to work with your existing pass:[C++] code. You can add Boost libraries to any project that uses a compatible pass:[C++] compiler. The big three compatible compilers are https://visualstudio.microsoft.com/downloads/[Microsoft Visual C++] on Windows, https://clang.llvm.org/[Clang] especially for the macOS, and https://gcc.gnu.org/[GCC, the GNU Compiler Collection], mostly on Linux. Other lesser used compilers that will work well include the https://www.intel.com/content/www/us/en/developer/articles/news/intel-c-compiler-classic-2021-2-1-release.html[Intel Compiler] and https://sourceforge.net/projects/mingw/[MinGW - Minimalist GNU for Windows].
0 commit comments