[Issue 676] These two funcs shouldn't conflict

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 1 08:35:52 PST 2007


http://d.puremagic.com/issues/show_bug.cgi?id=676


thomas-dloop at kuehne.cn changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
         OS/Version|Windows                     |All




------- Comment #1 from thomas-dloop at kuehne.cn  2007-01-01 10:35 -------
These aren't 2 functions but a function and a pointer to function.
To get the intended functionality replace

void  function  (Handle, byte, wchar*, uint) udat_applyPattern ;

with 

void udat_applyPattern  (Handle, byte, wchar*, uint);

I've changed the severity from "normal" to "enhancement" as the original issue 
is currently illegal D but also an interesting use case.


-- 



More information about the Digitalmars-d-bugs mailing list