This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: abs function question


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]