Re: [boost] Re: A VC6 bug in const_reverse_iterator implementation?

15 Feb
2004
15 Feb
'04
5:38 a.m.
I am talking about 1.30.2 version of Boost Libraries. I tried the following in the VC6 enviroment: array<int, 3> arr = {{1, 2, 3}}; array<int, 3>::const_iterator ci = arr.begin(); // works fine array<int, 3>::const_reverse_iterator cri = arr.rbegin(); // fails to ompile
7791
Age (days ago)
7791
Last active (days ago)
0 comments
1 participants
participants (1)
-
RGProlog@aol.com