Compiler.get#

classmethod Compiler.get(std='C++')#

Construct a compiler instance using the desired language standard.

Returns None when no compiler is found in the environment. Otherwise, return Compiler instance with flags supporting the desired language standard.