Nested function seems unoverloadable

Stewart Gordon smjg_1998 at yahoo.com
Mon Jul 10 07:16:25 PDT 2006


Thomas Kuehne wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Artem Rebrov schrieb am 2006-06-30:
<snip>
>> void main()
>> {
>> 	void b(uint v){}
>> 	void b(void* v){} //reports an error
>> }
> 
> http://www.digitalmars.com/d/function.html
> 
> # Unlike module level declarations, declarations within function scope are
> # processed in order.

What has that to do with anything?

Stewart.



More information about the Digitalmars-d-bugs mailing list