--- Comment #2 from keithwilliams333 at gmail dot com 2006-07-20 13:26
---
(In reply to comment #1)
> The code is invalid. points_t::const_iterator is a dependent type which you
> need to prefix with 'typename '.
>
I've seen the error of my ways.
Thanks.
--
http://gcc.gnu.org/bu
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-07-20 12:48 ---
The code is invalid. points_t::const_iterator is a dependent type which you
need to prefix with 'typename '.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
---