Language
C++
Compiler
gcc HEAD 9.0.0 20180805 (experimental)
Options
Warnings
Don't Use Boost
C++17
-pedantic-errors
Raw compiler options
-Werror
$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic-errors -Werror
prog.exe: prog.cc:47: int main(): Assertion `mteA == mteB' failed.
Signal:
Aborted