Changes between Version 1 and Version 2 of BestPracticeHandbook
- Timestamp:
- May 3, 2015, 8:42:00 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BestPracticeHandbook
v1 v2 64 64 * https://krzysztof-jusiak.github.io/di/boost/libs/di/doc/html/ 65 65 * 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 70 A 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 72 There 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 74 TODO IN PROGRESS