Description
Compiles C++ code with experimental language features beyond mainstream compilers. It is useful for developers exploring new C++ ideas, metaprogramming, or compiler research.
Novel compiler features can make code non-portable. Keep production builds on toolchains your target users can reproduce, and isolate experiments from release-critical code.