Language
C++
Compiler
gcc HEAD 9.0.1 20190401 (experimental)
Options
Warnings
Don't Use Boost
C++2a
no pedantic
$ g++ prog.cc -Wall -Wextra -std=c++2a top-level lambda expressions: 0
defined in a function body: 1
defaulted function template parameter: 0
defaulted class template parameter: 0
lambda expression in ctad: 1
lambda expression in class template instantiation: 0
different function template instantiations: 0
same function template instantiations: 1
Exit Code:
0