Language
C++
Compiler
gcc HEAD 14.0.0 20231230 (experimental)
Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++2b
calling bar()
calling foo<int()
terminate called after throwing an instance of 'int'
Signal:
Aborted