
30 Oct
2008
30 Oct
'08
7:02 p.m.
On Wed, Oct 29, 2008 at 7:33 PM, gatotkaca <dio_chernobyl@yahoo.com> wrote:
Hello!
I'm trying to compile following code (msvc8 + boost1.36.0 + stlport5.1.7)
template <typename Range> typename boost::range_iterator<Range>::type::value_type
That (and other occurrences) should be: typename boost::range_value<Range>::type and you need #include <boost/range/value_type.hpp> ;-) Best, Stjepan