From: Stefan S. <se...@sy...> - 2004-08-30 04:36:31
|
hi there, as far as I understand, symbol lookup in opencxx works by traversing a linked list of 'Environment' objects. However, the C++ lookup rules seem to suggest at least a tree, if not a (directed acyclic) graph. Just think about multiple inheritance as the most obvious example. Am I missing something ? Does symbol lookup currently work in such cases ? Thanks, Stefan |