This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] libstdc++/16248
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 6 Jul 2004 21:31:35 -0500
- Subject: Re: [v3] libstdc++/16248
- Organization: Red Hat / Chicago
- References: <ZXCAYUCA1TYSNRMECTN213VWT6ZVTZX.40e4f497@p733>
>The only question I have concerns the
>lazy mutex initialization vs. the eager initialization
>as discussed in the Bugzilla report.
Eager initialization seems to be fine, and the proposals for lazy
initializations are both more complex and less elegant.
-benjamin