Skip to content
Snippets Groups Projects
Name Last commit Last update
NamedType
.clang-format
README.md
func_pattern.cxx

test

g++ -o test -std=c++17 func_pattern.cxx -I.

g++ -S -o test.asm -std=c++17 func_pattern.cxx -I. -O3