Boost logo

Boost :

From: John Maddock (jm_at_[hidden])
Date: 2002-10-03 05:49:50


> While preparation of the Spirit library for boost submission there rised
> a problem during test compilation with the Comeau V4.3 (Win32) compiler
> in strict mode:
>
> ".../boost/regex/detail/regex_match.hpp", line 239: error: nontype
> "boost::re_detail::regex_iterator_traits<T>::iterator_category
> [with
> T=I]" is not a type name
> estimate_max_state_count(a, b, states,
>
> static_cast<regex_iterator_traits<iterator>::iterator_category*>(0));
> -----------------------^
>
> It seems to be a missing 'typename'.

Yes, it's been fixed in the release branch, but hasn't been merged to the
trunk yet (it will be after release).

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk