
11 Mar
2012
11 Mar
'12
11:10 a.m.
Have you tried instantiating the range_const_iterator and range_mutable_iterator metafunctions with the relevant types and checking that they actually have ::type members? That is, do typedef range_const_iterator<your_range>::type T1; and typedef range_mutable_iterator<your_range>::type T2; compile? Regards, Nate