From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: hjl@lucon.org (H.J. Lu), egcs@cygnus.com, drepper@cygnus.com Subject: Re: A STL patch for egcs 1.0.2 Date: Thu, 19 Feb 1998 10:47:00 -0000 Message-id: References: <9802180511.AA18538@modi.xraylith.wisc.edu> X-SW-Source: 1998-02/msg00928.html >>>>> H J Lu writes: > Ulrich, this will make STL thread-safe for glibc 2 and at the same > time, the non-thread code should be ok. Can you take a look? libstdc++ > in egcs 1.0.2 should be fixed for glibc 2. I still think not enough people are writing threaded code to make this necessary for 1.0.2. Also, your patch changes more than necessary; there's no need to add #includes of stl_config.h. Jason