metaparse/example/calculator/Jamfile.v2

7 lines
148 B
Plaintext

project : requirements
<toolset>gcc:<cxxflags>-ftemplate-depth=512
<toolset>clang:<cxxflags>-ftemplate-depth=512
;
exe calculator : main.cpp ;