Language
C++
Compiler
clang HEAD 17.0.0 (https://github.com/llvm/llvm-project.git 63bd6d9e644335c8138a59281aafbf65a82fc47a)
Options
Warnings
Don't Use Boost
C++2a
no pedantic
Raw compiler options
-Wno-unused-parameter
$ clang++ prog.cc -Wall -Wextra -std=c++2a -Wno-unused-parameter
Called 'unspecialized' toString
Called 'specialized' toString
Exit Code:
0