Polyglot
C++
Concepts
Linkers Pointer
Syntactic Sugar
Compile Options
Enable All Warnings
Add the following flags to your command line: -Wall -Weffc++ -Wextra -Wsign-conversion
Treat Warnings as Errors
Add the following flag to your command line: -Werror
Disable Compiler Extensions
You can disable compiler extensions by adding the -pedantic-errors flag to the compile command line.
Rust
Python
#draft