Skip to content

1.2.1

Compare
Choose a tag to compare
@martinmoene martinmoene released this 09 Jul 07:50
· 610 commits to master since this release

Fixed missing namespace (lest::result).

Variant with expression decomposition ensures single evaluation of expressions.

See files

  • example3.cpp
  • lest_decompose.hpp
  • test_lest_decompose.cpp

These variants of lest are meant to stay as simple as they are now. As such

  • they provide an easy read into the techniques used, and
  • they stay the tiny test frameworks that are a good fit to include with small projects.

You are encouraged to take it from here and change and expand it as you see fit and publish your variant. If you do, I'd much appreciate to hear from you!

cheers,
Martin