Re: c++ compile prob
Joseph Tate <[email protected]>
| Newsgroups | gmane.linux.redhat.devel |
|---|---|
| Message-ID | <[email protected]> |
#include <assert.h>? Looks like a bug though. Check bugzilla.redhat.com. What's your list of #includes look like? Joseph Chuck Byam wrote: >This compiled fine under RH 8.0 but fails with 9. Any thoughts on how >to correct this? > >line 90: list<string> templist; > > >httpserver.cpp:90: instantiated from here >/usr/include/c++/3.2.2/bits/stl_alloc.h:409: `assert' undeclared (first >use this function) > > >