Language
C++
Compiler
gcc HEAD 12.0.0 20210721 (experimental)
Options
Warnings
Optimization
Don't Use Boost
C++17
-pedantic
Raw compiler options
foo.cpp
-Wshadow
-Wno-unused-variable
-Wno-unused-but-set-variable
$ g++ prog.cc -Wall -Wextra -O2 -march=native -std=c++17 -pedantic foo.cpp -Wshadow -Wno-unused-variable -Wno-unused-but-set-variableUsing foo<TemplateMatching>::get_pose()...
Exit Code:
0