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]

[Bug libstdc++/56111] [4.8 Regression] {float,double,long double} complex not accepted anymore


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56111

Marc Glisse <glisse at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
         AssignedTo|unassigned at gcc dot       |glisse at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #19 from Marc Glisse <glisse at gcc dot gnu.org> 2013-02-13 22:02:33 UTC ---
Done. Users should still convert their code to use _Complex instead if they
want it to work in C++11.


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