
5 Dec
2011
5 Dec
'11
1:53 p.m.
On 12/05/2011 01:36 PM, Tim Blechmann wrote:
/home/tim/workspace/boost-trunk/boost/parameter/name.hpp:52:1: error: template argument 2 is invalid
Note this is the first error, and that's unrelated to enable_if.
/home/tim/workspace/boost-trunk/boost/fusion/iterator/equal_to.hpp:77:9: error: expected nested-name-specifier before ‘enable_if’
This message says a declaration of enable_if is missing. Either it's not properly qualified, or equal_to.hpp is not including it and was relying on other files to include it, which of course is very fragile. (missing includes is a very common bug in many Boost libraries though)