Changes between Version 1 and Version 2 of BestPracticeHandbook


Ignore:
Timestamp:
May 3, 2015, 8:42:00 PM (7 years ago)
Author:
Niall Douglas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BestPracticeHandbook

    v1 v2  
    6464* https://krzysztof-jusiak.github.io/di/boost/libs/di/doc/html/
    6565* https://boostgsoc14.github.io/boost.http/
     66
     67
     68== 2. Consider making it possible to use Boost.Test for the unit testing, even if not enabled by default ==
     69
     70A very noticeable trend in C++ 11/14 mandatory Boost libraries is that less than half are able to use Boost.Test, and use alternative unit testing systems.
     71
     72There are many very good reasons not to use Boost.Test, but there are few good reasons to not be able to use Boost.Test at all.
     73
     74TODO IN PROGRESS