summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/metaparse/example/meta_metaparse/Jamfile.v2
blob: 404a5006542fb5594a572a5aede60994d37f8256 (plain)
1
2
3
4
5
6
project : requirements
  <toolset>gcc:<cxxflags>-ftemplate-depth=512
  <toolset>clang:<cxxflags>-ftemplate-depth=512
;

exe meta_metaparse :  main.cpp ;