dhewm3-sdk/idlib/containers
dhewg 2101e6d35d Fix unqualified lookup into dependent bases of class templates
idlib/containers/VectorSet.h:151:2: error: use of undeclared
identifier 'Append'

note: must qualify identifier to find this declaration in dependent
base class
	int	Append( const type & obj);
	int Append( const idList<type> &other );
2018-08-20 01:46:25 +02:00
..
BinSearch.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
BTree.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
HashIndex.cpp Fix all whitespace errors 2018-08-20 01:46:22 +02:00
HashIndex.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
HashTable.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
Hierarchy.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
LinkList.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
List.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
PlaneSet.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
Queue.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
Stack.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
StaticList.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
StrList.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
StrPool.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
VectorSet.h Fix unqualified lookup into dependent bases of class templates 2018-08-20 01:46:25 +02:00