This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
<ext/slist> breakage
- To: libstdc++ at gcc dot gnu dot org
- Subject: <ext/slist> breakage
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 17 Mar 2001 20:02:08 +0100
- Organization: CMLA, ENS Cachan -- CNRS UMR 8536 (France)
Hi,
While trying to compile a software found at
http://www.gang.umass.edu/software/cmclab/
(yes, I need to draw naughty pictures :-), after a long difficult
struggle against non-portable code I realise that the following
#include <ext/slist>
int main() { }
no longer works :-(
I think the problem was introduced with the SGI-centric macro hackery
removal. I locally worked around the problem by #includeing
several bits (type_traits.h, stl_alloc.h, std_stddefs.h).
Phil, could you look into that please? The disease might be wider
than I think.
-- Gaby