220 4304 <04b7521f-aa61-4e7f-bc78-1a10b2ae90ff@isocpp.org> article
Path: news.gmane.org!not-for-mail
From: unituniverse.1@gmail.com
Newsgroups: gmane.comp.lang.c++.isocpp.proposals
Subject: Re: A cleaner way to define nested class/structure
Date: Tue, 7 May 2013 12:45:06 -0700 (PDT)
Lines: 35
Approved: news@gmane.org
Message-ID: <04b7521f-aa61-4e7f-bc78-1a10b2ae90ff@isocpp.org>
References: <27175469-a158-4bc1-9f30-66e3a647e931@isocpp.org>
 <102b1477-204a-4504-80eb-197e1ad97206@isocpp.org>
Reply-To: std-proposals@isocpp.org
NNTP-Posting-Host: plane.gmane.org
Mime-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_3196_20735545.1367955906941"
X-Trace: ger.gmane.org 1367955910 26915 80.91.229.3 (7 May 2013 19:45:10 GMT)
X-Complaints-To: usenet@ger.gmane.org
NNTP-Posting-Date: Tue, 7 May 2013 19:45:10 +0000 (UTC)
Cc: unituniverse.1@gmail.com
To: std-proposals@isocpp.org
Original-X-From: std-proposals+bncBDBYPZVK7MJRBRFTUWGAKGQECATRPPQ@isocpp.org Tue May 07 21:45:10 2013
Return-path: <std-proposals+bncBDBYPZVK7MJRBRFTUWGAKGQECATRPPQ@isocpp.org>
Envelope-to: gclcip-std-proposals@m.gmane.org
Original-Received: from mail-oa0-f71.google.com ([209.85.219.71])
	by plane.gmane.org with esmtp (Exim 4.69)
	(envelope-from <std-proposals+bncBDBYPZVK7MJRBRFTUWGAKGQECATRPPQ@isocpp.org>)
	id 1UZnoz-0005VN-QA
	for gclcip-std-proposals@m.gmane.org; Tue, 07 May 2013 21:45:09 +0200
Original-Received: by mail-oa0-f71.google.com with SMTP id n12sf4103988oag.6
        for <gclcip-std-proposals@m.gmane.org>; Tue, 07 May 2013 12:45:08 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=x-received:x-beenthere:x-received:date:from:to:cc:message-id
         :in-reply-to:references:subject:mime-version:x-original-sender
         :reply-to:precedence:mailing-list:list-id:x-google-group-id
         :list-post:list-help:list-archive:list-subscribe:list-unsubscribe
         :content-type;
        bh=UWI9oDhx6DUsioHd4ObTSAa7I0chUjP4lC5HPvYRY4E=;
        b=C/gCN21CHcPaWyZdbYR5hWJoDO81bA89guiQDzCzxVVC2EfAHDxK76sL0UlhkSkgoj
         UF1ZcM5gWhIU94FtxBBfGa1l3+iR2H7r6sSkaCUmbieXQ2kSeUVyKFwOakNUj+6O6PsW
         D8BUBML5HX/zmhUokViko3mwc0G2y7aZtriAL0htW812ePebDXGKGGIqTpdWDYCaVvCT
         BocdSXTVBYJ9dHHVnFBsjx8tXuEgkGAdoivThaYlRB7gzKSEdC7Zks9sNc//RLI7nqUR
         YRGnbcyFWt7YfBxnbDvsje2mmKseztR5GhLMDETO5PdRvFRFYf6PfXIPEy9vtCfLQS7b
         7BKw==
X-Received: by 10.50.119.37 with SMTP id kr5mr15469578igb.3.1367955908625;
        Tue, 07 May 2013 12:45:08 -0700 (PDT)
X-BeenThere: std-proposals@isocpp.org
Original-Received: by 10.50.93.6 with SMTP id cq6ls747874igb.19.gmail; Tue, 07 May 2013
 12:45:07 -0700 (PDT)
X-Received: by 10.50.27.4 with SMTP id p4mr631507igg.3.1367955907795;
        Tue, 07 May 2013 12:45:07 -0700 (PDT)
In-Reply-To: <102b1477-204a-4504-80eb-197e1ad97206@isocpp.org>
X-Original-Sender: unituniverse1@gmail.com
Precedence: list
Mailing-list: list std-proposals@isocpp.org; contact std-proposals+owners@isocpp.org
List-ID: <std-proposals.isocpp.org>
X-Google-Group-Id: 399137483710
List-Post: <http://groups.google.com/a/isocpp.org/group/std-proposals/post?hl=en>,
 <mailto:std-proposals@isocpp.org>
List-Help: <http://support.google.com/a/isocpp.org/bin/topic.py?hl=en&topic=25838>,
 <mailto:std-proposals+help@isocpp.org>
List-Archive: <http://groups.google.com/a/isocpp.org/group/std-proposals/?hl=en>
List-Subscribe: <http://groups.google.com/a/isocpp.org/group/std-proposals/subscribe?hl=en>,
 <mailto:std-proposals+subscribe@isocpp.org>
List-Unsubscribe: <http://groups.google.com/a/isocpp.org/group/std-proposals/subscribe?hl=en>,
 <mailto:googlegroups-manage+399137483710+unsubscribe@googlegroups.com>
Xref: news.gmane.org gmane.comp.lang.c++.isocpp.proposals:4304
Archived-At: <http://permalink.gmane.org/gmane.comp.lang.c++.isocpp.proposals/4304>

------=_Part_3196_20735545.1367955906941
Content-Type: text/plain; charset=ISO-8859-1

A class declaration within a class C2 may be either importing another class 
outside of C2 or a pre-declaration of a inner class of C2.

-- 

--- 
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/?hl=en.



------=_Part_3196_20735545.1367955906941
Content-Type: text/html; charset=ISO-8859-1

A class declaration within a class C2 may be either importing another class outside of C2 or a pre-declaration of a inner class of C2.<br>

<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 email 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="http://groups.google.com/a/isocpp.org/group/std-proposals/?hl=en">http://groups.google.com/a/isocpp.org/group/std-proposals/?hl=en</a>.<br />
&nbsp;<br />
&nbsp;<br />

------=_Part_3196_20735545.1367955906941--

.
