public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/33832]  New: Can't tell gcc 4.3 libstdc++ API from gcc 4.2 libstdc++ API
@ 2007-10-20 15:30 hjl at lucon dot org
  2007-10-21 21:45 ` [Bug libstdc++/33832] " hjl at lucon dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: hjl at lucon dot org @ 2007-10-20 15:30 UTC (permalink / raw)
  To: gcc-bugs

Revision 129442

http://gcc.gnu.org/ml/gcc-cvs/2007-10/msg00547.html

moved a few header files from include/ext to include/backward, which
introduced a new libstdc++ API. If a C++ applications want to support
both 4.2 and 4.3 APIs, it needs a way to tell different APIs, something
like


#if GLIBCXX_API == 43
#include <ext/hash_set>
#else
#include <backward/hash_set>
#endif


-- 
           Summary: Can't tell gcc 4.3 libstdc++ API from gcc 4.2 libstdc++
                    API
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org


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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-03-14 17:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-20 15:30 [Bug libstdc++/33832] New: Can't tell gcc 4.3 libstdc++ API from gcc 4.2 libstdc++ API hjl at lucon dot org
2007-10-21 21:45 ` [Bug libstdc++/33832] " hjl at lucon dot org
2007-10-31 21:35 ` bkoz at gcc dot gnu dot org
2007-12-08 23:24 ` pinskia at gcc dot gnu dot org
2007-12-09 18:52 ` olafvdspek at gmail dot com
2007-12-09 18:56 ` olafvdspek at gmail dot com
2007-12-09 19:50 ` pcarlini at suse dot de
2007-12-11 22:22 ` bkoz at gcc dot gnu dot org
2007-12-11 23:00 ` hjl at lucon dot org
2007-12-11 23:21 ` [Bug libstdc++/33832] hash_set moved to backwards bkoz at gcc dot gnu dot org
2007-12-11 23:25 ` bkoz at gcc dot gnu dot org
2007-12-12 12:30 ` olafvdspek at gmail dot com
2008-02-18  0:18 ` bkoz at gcc dot gnu dot org
2008-03-14 17:03 ` rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).