headers.qbk 563 B

12345678910111213141516
  1. [section Header Organization]
  2. The main header you will always need to use _yap_ is the _alg_header_. If you
  3. want to ensure that you don't accidentally use _expr_ (which I recommend),
  4. just include this header and nothing else.
  5. If you want to use the _expr_ reference expression template (great for
  6. prototyping, but not recommended for production work), include the
  7. _expr_header_.
  8. If you want to include all of the above, use the _yap_header_.
  9. If you want to use _print_, include the _print_header_; this header is not
  10. included in the _yap_header_.
  11. [endsect]