From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15422 invoked by alias); 20 Oct 2007 15:30:49 -0000 Received: (qmail 15328 invoked by uid 48); 20 Oct 2007 15:30:38 -0000 Date: Sat, 20 Oct 2007 15:30:00 -0000 Subject: [Bug libstdc++/33832] New: Can't tell gcc 4.3 libstdc++ API from gcc 4.2 libstdc++ API X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl at lucon dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-10/txt/msg01811.txt.bz2 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 #else #include #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