This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch/RFC] libstdc++/19343
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: 23 Jan 2005 01:22:11 +0100
- Subject: Re: [Patch/RFC] libstdc++/19343
- Organization: Integrable Solutions
- References: <41F2DE6D.6030908@suse.de>
Paolo Carlini <pcarlini@suse.de> writes:
| Hi,
|
| so, we agree that, after all, given the current code, Andreas original
| analysis was correct and we should mark these helpers as 'noreturn'?
Yes. The way Andreas analysis came to me was that he wanted to matke
the _M_get() function noreturn.
-- Gaby