2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-21 05:22:14 +00:00

4 Commits

Author SHA1 Message Date
Raffi Enficiaud
c63640cef1 Rewrite example22 and example23
- Functions being optimized: making functions having side-effects to prevent
  optimizations to remove the calls.
- UB (divide by zero) is compiler implementation specific and does not raise
  an exception on CLANG, rewrite the test to serve the purpose of the
  boost.test macro.
2019-02-04 21:59:08 +01:00
Gennadiy Rozental
743c67845f Avoid some warnings 2015-06-27 17:54:32 -04:00
Gennadiy Rozental
1a3893dae0 eliminated BOOST_CHECK on context description page; normalized all examples output to test.cpp(nn): 2015-05-23 01:16:39 -04:00
Raffi Enficiaud
bc2cd6cfaa Moving the new documentation to doc/
Moving the old documentation to old_doc/
2014-12-30 23:50:30 +01:00