This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/8616: std::string<double> ?


Synopsis: std::string<double>  ?

State-Changed-From-To: open->closed
State-Changed-By: bkoz
State-Changed-When: Mon Nov 18 12:33:02 2002
State-Changed-Why:
    No, it's not. Supposedly the only non-required instantiations of standard containers are user-defined types.
    
    As double is a built-in type, this is invalid, technically speaking. (Although supporting this is still a matter of debate.)
    
    See:
    http://gcc.gnu.org/onlinedocs/libstdc++/21_strings/howto.html#5
    
    best,
    benjamin
    

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8616


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]