• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2project meta_hs :
3  requirements
4    <include>.
5    <toolset>gcc:<cxxflags>-ftemplate-depth=512
6    <toolset>clang:<cxxflags>-ftemplate-depth=512
7  ;
8
9exe handcrafted : main_handcrafted.cpp ;
10exe in_haskell : main_in_haskell.cpp ;
11
12