On FreeBSD 4.10, with GCC 3.4.1 I get the following compiler-error:
g++34 -O -pipe -g -DNDEBUG -D_UNIX -D_BSD=40 -Wall -I/usr/
local/include -I. -c -o str.o str.cpp
In file included from str.h:14,
from str.cpp:14:
tlist.h: In member function `T& TSingleList<T>::Iterator::operator*()':
tlist.h:97: error: `m_pNode' undeclared (first use this function)
tlist.h:97: error: (Each undeclared identifier is reported only once for
each function it appears in.)
tlist.h: In member function `const T& TSingleList<T>::ConstIterator::
operator*() const':
tlist.h:117: error: `m_pNode' undeclared (first use this function)
tlist.h: In member function `T& TDoubleList<T>::Iterator::operator*()':
tlist.h:285: error: `m_pNode' undeclared (first use this function)
tlist.h: In member function `const T& TDoubleList<T>::ConstIterator::
operator*() const':
tlist.h:305: error: `m_pNode' undeclared (first use this function)
*** Error code 1
Stop in /usr/ports/net/osrtspproxy/work/osrtspproxy_2_0/libapp.
Any help is appreciated!
Volker
Nobody/Anonymous
None
None
Public
|
Date: 2004-12-03 20:58 Logged In: NO |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use