From: Stefan S. <se...@sy...> - 2004-09-16 11:59:45
|
Grzegorz Jakacki wrote: > On Wed, 15 Sep 2004, Stefan Seefeld wrote: > > >>hi there, >> >>I'm looking at the Environment::LookupType method implementation >>and I'm wondering why it contains a loop over HashTable::HashEntries(). >>How can a single symbol result in multiple entries ? Any multiple >>definition of a symbol (forward declarations don't count) in the same >>scope is an error, isn't it ? >>What am I missing ? > > > Overloading? aren't symbols stored by their encoded name, which contains the signature ? Stefan |