| Summary: | wrong usage of vector<> ? | ||
|---|---|---|---|
| Product: | Examples/Extended | Reporter: | Andreas.Pfeiffer |
| Component: | analysis/A0 | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 3.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Andreas.Pfeiffer
2001-05-10 11:03:04 CEST
I guess (I can only guess from the information reported here...) the user is making wrong usage of STL vector<>. The function entries() does not exist. size() should be used instead. |