From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Kosnik To: bkoz@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: libstdc++/1704 Date: Mon, 28 May 2001 12:26:00 -0000 Message-id: <20010528192600.7737.qmail@sourceware.cygnus.com> X-SW-Source: 2001-05/msg00963.html List-Id: The following reply was made to PR libstdc++/1704; it has been noted by GNATS. From: Benjamin Kosnik To: Paolo Carlini Cc: nicolai.josuttis@braunschweig.netsurf.de, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org Subject: Re: libstdc++/1704 Date: Mon, 28 May 2001 12:21:29 -0700 (PDT) > so, I understand from your detailed analysis that this is just a QoI issue? No, it's a bug in Nico's code. ;) > Honestly, as a beginner C++ programmer I slightly prefer the solution adopted by STLport: a conversion error is issued at compile time. Otherwise I find this kind of programming errors *very* difficult to debug ... I agree. I'm working with Jason on the correct syntax for this: it's a bit difficult because v3 specialized use_facet > and wchar_t. -benjamin