|
Boost : |
From: Hartmut Kaiser (hartmutkaiser_at_[hidden])
Date: 2002-10-02 13:28:30
Hi all,
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'.
Regards Hartmut
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk