mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

Trucov will not compile with newer version of Boost #154

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I know that trucov will not compile with the latest version of Boost
(1.40).  Ye thinks that it wont compile with version 1.37 either.

Original issue reported on code.google.com by j.nick.terry@gmail.com on 19 Nov 2009 at 11:38

GoogleCodeExporter commented 9 years ago

Original comment by j.nick.terry@gmail.com on 2 Mar 2010 at 5:45

GoogleCodeExporter commented 9 years ago
I've successfully built trucov using boost 1.37,1.38, and 1.40.  It will fail 
with 1.36 due to the recent optimizations involving boost::unordered_map<>

Original comment by j.nick.terry@gmail.com on 18 Jun 2010 at 5:52