| 1 |
|
2003-08-01 Richard Kreckel <kreckel@ginac.de> |
| 2 |
|
|
| 3 |
|
More dependent base resolution issues |
| 4 |
|
* src/base/hash/cl_hash.h (cl_heap_hashtable<T>::iterator()): |
| 5 |
|
portable syntactic simplification. |
| 6 |
|
* src/base/hash/cl_hashset.h: Preceed inherited members with this->. |
| 7 |
|
* src/base/hash/cl_hash1.h: Likewise for member functions. |
| 8 |
|
* src/base/hash/cl_hash2.h: Likewise. |
| 9 |
|
* src/base/hash/cl_hashuniq.h: Likewise. |
| 10 |
|
* src/base/hash/cl_hashuniqweak.h: Likewise. |
| 11 |
|
* src/base/hash/cl_hash.h: Revert explicit static member function |
| 12 |
|
lookup since that was GCC's fault. |
| 13 |
|
* src/base/hash/cl_hash2weak.h: Likewise. |
| 14 |
|
* src/base/hash/cl_hashuniqweak.h: Likewise. |
| 15 |
|
|
| 16 |
2003-06-29 Richard Kreckel <kreckel@ginac.de> |
2003-06-29 Richard Kreckel <kreckel@ginac.de> |
| 17 |
|
|
| 18 |
Dependent base resolution needed for GCC-3.4 |
Dependent base resolution needed for GCC-3.4 |