2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-08 23:02:09 +00:00
Dave Abrahams 3125c8577d Correct testing bugs:
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
    (in my code only)

    or adding "return boost::report_errors();" where it was clearly
    missing (and a pure bug, in anyone's code).

    or changing BOOST_TEST to BOOST_CHECK where the integer library
    was clearly using Boost.Test and not returning report_errors().


[SVN r37063]
2007-02-25 15:28:02 +00:00
2007-02-25 15:28:02 +00:00
2007-01-07 22:21:57 +00:00
2006-12-15 21:19:02 +00:00
Description
Mirrored via gitea-mirror
32 MiB
Languages
C++ 98.2%
C 1.7%