vector<T,A>::at(int) in compoundforward.cpp

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

vector<T,A>::at(int) in compoundforward.cpp

Xiaowen Wang
Hi:
As of the most recent CVS checkout,
compoundforward.cpp(head version 1.11) uses
std::vector<T, Alloc>::at(int) function, which
g++-2.96 doesn't impl.  So the compilation failed.
Switching back to using vector<T,Alloc>::operator
[](int) works out.
I'm running on RH7.2 with g++ 2.96.
Xiaowen

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com


Reply | Threaded
Open this post in threaded view
|

RE: vector<T,A>::at(int) in compoundforward.cpp

Andre Louw-2
Hi,

> As of the most recent CVS checkout,
> compoundforward.cpp(head version 1.11) uses
> std::vector<T, Alloc>::at(int) function, which
> g++-2.96 doesn't impl.  So the compilation failed.

Sorry about that, have fixed, please checkout latest.

Andre
 
-------------------------------------------------------------------------
This e-mail is intended only for the use of the individual or entity named
above and may contain information that is confidential and privileged,
proprietary to the company and protected by law. If you are not the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this e-mail is strictly prohibited. Opinions, conclusions and
other information in this message that do not relate to the official
business of our company shall be understood as neither given nor endorsed by
it.