Topic: inline namespaces question


Author: "David Sachs" <sachs1926@comcast.net>
Date: Sun, 12 Jul 2009 14:18:40 CST
Raw View
Section 7.3.1 paragraph 8 states:

"Members of an inline namespace can be used in most respects as though
they were members of the enclosing
namespace."

What respects are excluded?

--
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@netlab.cs.rpi.edu]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]





Author: CornedBee <wasti.redl@gmx.net>
Date: Mon, 13 Jul 2009 08:55:52 CST
Raw View
On Jul 12, 10:18 pm, "David Sachs" <sachs1...@comcast.net> wrote:
> Section 7.3.1 paragraph 8 states:
>
> "Members of an inline namespace can be used in most respects as though
> they were members of the enclosing
> namespace."
>
> What respects are excluded?

Argument-dependent lookup doesn't look across the barrier. There may
be other things.

Sebastian


--
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@netlab.cs.rpi.edu]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]