[Issue 19499] __c_long_double brake template specialization
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Dec 21 08:01:37 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19499
Walter Bright <bugzilla at digitalmars.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|---                         |WONTFIX
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
The error message is:
  Error: undefined identifier __c_long_double, did you mean alias
c_long_double?
In general, avoid using names prefixed by __, as they are reserved for the
compiler. Change it to c_long_double, and it will compile.
--
    
    
More information about the Digitalmars-d-bugs
mailing list