This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: abs function question
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Cc: libstdc++ at gcc dot gnu dot org, sje at cup dot hp dot com
- Date: 29 Jul 2003 06:40:47 +0200
- Subject: Re: abs function question
- Organization: Integrable Solutions
- References: <200307290152.h6T1qAJS008847@latour.rsch.comm.mot.com>
Loren James Rittle <rittle@latour.rsch.comm.mot.com> writes:
| Does the standard say that ``using ::abs'' will not pull an inline
| into the new namespace scope exactly as it would an extern?
no.
| I'm
| surprised to hear that. I.e. the following compiles for me with
| mainline:
|
| inline void a(void) {}
|
| namespace std { using ::a; }
yes, it should compile fine.
-- Gaby