[gil] trunk compile error

11 Aug
2007
11 Aug
'07
6:20 a.m.
Hello, From svn trunk I get a compiler error in boost\gil\gil_concept.hpp for line #1350. Inside of IteratorAdaptorConcept I get "expression must have a constant value" for BOOST_STATIC_ASSERT(is_iterator_adaptor<Iterator>()); Thanks, Michael Marcin

11 Aug
11 Aug
2:13 p.m.
Michael Marcin wrote:
From svn trunk I get a compiler error in boost\gil\gil_concept.hpp for
line #1350.
Michael, What compiler are you using and what are you trying to compile? Does it work if you change it to: BOOST_STATIC_ASSERT((is_iterator_adaptor<Iterator>::value)); Lubomir
6524
Age (days ago)
6524
Last active (days ago)
1 comments
2 participants
participants (2)
-
Lubomir Bourdev
-
Michael Marcin