
5 Mar
2009
5 Mar
'09
2:21 a.m.
AMDG Naveen Santhanam wrote:
Hello,
I can't get the attached example to compile, using MS VC 8.0 and boost_1_35_0, when I uncomment the comment lines in the code. Can some one help me in finding what's wrong?
The problem is that you don't dereference the iterator in circ_sequence. Try this typedef typename bm::if_< boost::is_same< next_type_temp, end >, typename bm::deref<sequence_beg_type>::type, next_type_temp >::type next_type; In Christ, Steven Watanabe