Topic: What ever happened to N1524 (nested namespace qualifiers)?


Author: "Billy O'Neal" <billy.oneal@gmail.com>
Date: Tue, 10 Sep 2013 01:29:02 -0700
Raw View
--001a11c2e81c7108ac04e6034e20
Content-Type: text/plain; charset=ISO-8859-1

There was a proposal put forth some time ago to allow the syntax

namespace x::y
{
}

as a form of

namespace x
{
    namespace y
    {
    }
}

.. Is there a way one can find out what happened to that proposal?
Billy O'Neal
https://github.com/BillyONeal/ <https://bitbucket.org/BillyONeal/>
http://stackoverflow.com/users/82320/billy-oneal
Malware Response Instructor - BleepingComputer.com

--

---
You received this message because you are subscribed to the Google Groups "ISO C++ Standard - Future Proposals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to std-proposals+unsubscribe@isocpp.org.
To post to this group, send email to std-proposals@isocpp.org.
Visit this group at http://groups.google.com/a/isocpp.org/group/std-proposals/.

--001a11c2e81c7108ac04e6034e20
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>There was a proposal put forth some time ago to allow=
 the syntax</div><div>=A0</div><div>namespace x::y</div><div>{</div><div>}<=
/div><div>=A0</div><div>as a form of </div><div>=A0</div><div>namespace x</=
div><div>

{</div><div>=A0=A0=A0 namespace y</div><div>=A0=A0=A0 {</div><div>=A0=A0=A0=
 }</div><div>}</div><div>=A0</div><div>. Is there a way one can find out wh=
at happened to that proposal?<br clear=3D"all"></div><div><div dir=3D"ltr">=
<div>Billy O&#39;Neal</div>

<div><a href=3D"https://bitbucket.org/BillyONeal/" target=3D"_blank">https:=
//github.com/BillyONeal/</a></div><div><a href=3D"http://stackoverflow.com/=
users/82320/billy-oneal" target=3D"_blank">http://stackoverflow.com/users/8=
2320/billy-oneal</a></div>

<div>Malware Response Instructor - BleepingComputer.com</div></div></div>
</div>

<p></p>

-- <br />
&nbsp;<br />
--- <br />
You received this message because you are subscribed to the Google Groups &=
quot;ISO C++ Standard - Future Proposals&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to std-proposals+unsubscribe@isocpp.org.<br />
To post to this group, send email to std-proposals@isocpp.org.<br />
Visit this group at <a href=3D"http://groups.google.com/a/isocpp.org/group/=
std-proposals/">http://groups.google.com/a/isocpp.org/group/std-proposals/<=
/a>.<br />

--001a11c2e81c7108ac04e6034e20--

.