[EMAIL PROTECTED] wrote:
> 
>      I'm currently using the gcc that comes with RH 6.1.  It did not
>      recognize the std::vector<T>.at(int idx) call, had to use
>      std::vector<T>[int idx] instead.  Has the .at function been
>      implemented in a later edition of gcc?

with everything other standard stuff in stdc++-v3.
you can compile gcc with --enable-libstdcxx-v3 configure option.

 -- Levente
 "The only thing worse than not knowing the truth is
  ruining the bliss of ignorance."



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to