Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newspeer1.nac.net!border4.nntp.dca.giganews.com!backlog4.nntp.dca3.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail |
|---|---|
| NNTP-Posting-Date | Fri, 19 Sep 2014 01:10:04 -0500 |
| Return-Path | <cppmods@glengoyne.dreamhost.com> |
| Sender | std-cpp-request@vandevoorde.com |
| Approved | james.dennett@gmail.com |
| Message-ID | <lvekvm$khq$1@dont-email.me> (permalink) |
| Newsgroups | comp.std.c++ |
| From | James Kuyper <jameskuyper@verizon.net> |
| Subject | Re: N3242 8.5.1/15 -- braced union declarations limited only to first member |
| Organization | A noiseless patient Spider |
| References | <3bd8af8c-bcd3-4fca-a7ce-3e1a3e1dc21b@googlegroups.com> <0afb2699-65e9-4a05-9f0b-c8bae7a18ad9@googlegroups.com> <a49b07f5-e922-4e9e-977a-cb9dddd86928@googlegroups.com> |
| Content-Type | text/plain; charset=UTF-8 |
| X-Original-Date | Thu, 18 Sep 2014 08:59:34 -0400 |
| X-Submission-Address | std-cpp-submit@vandevoorde.com |
| To | undisclosed-recipients:; |
| Date | Fri, 19 Sep 2014 01:06:58 CST |
| Lines | 41 |
| X-Usenet-Provider | http://www.giganews.com |
| X-Trace | sv3-sbq8Vsg7PI9vgqVIaGPEM3HaPE9DlAruxN4gucb+ZqwtZ9zgnvFiktDaWe80WFcV8YpFQvPbTsuP9vr!uCFX+p5UjcpTch0/Tb7tPdb3hzOL4TPenmomkXJxQkzbL/3TfZw= |
| X-Complaints-To | abuse@giganews.com |
| X-DMCA-Notifications | http://www.giganews.com/info/dmca.html |
| X-Abuse-and-DMCA-Info | Please be sure to forward a copy of ALL headers |
| X-Abuse-and-DMCA-Info | Otherwise we will be unable to process your complaint properly |
| X-Postfilter | 1.3.40 |
| X-Original-Bytes | 2812 |
| Xref | csiph.com comp.std.c++:731 |
Show key headers only | View raw
On 09/17/2014 09:29 PM, Philip Guenther wrote:
>
> On Tuesday, September 16, 2014 7:10:03 PM UTC-7, Rick C. Hodgin wrote:
>> On Saturday, August 30, 2014 2:30:01 PM UTC-4, Rick C. Hodgin wrote:
>>> Taken from:
>>> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3242.pdf
>>>
>>> ----------
>>> 8.5.1 / 15 When a union is initialized with a brace-enclosed initializer,
>>> the braces shall only contain an initializer-clause for the first non-
>>> static data member of the union.
>>>
>>> [ Example:
>>> union u { int a; const char* b; };
>>> u a = { 1 };
>>> u b = a;
>>> u c = 1; // error
>>> u d = { 0, "asdf" }; // error
>>> u e = { "asdf" }; // error
>>> --end example ]
>>> ----------
>>
>>
>> If no one objects, I propose this limitation be removed and replaced
>> with an allowance for compile-time initializer clauses to any union
>> member.
>
> Don't C99 designated initializers solve this problem?
They would, and changing C++ to support them would be a better approach
than the one suggested above.
--
James Kuyper
[ comp.std.c++ is moderated. To submit articles, try posting with your ]
[ newsreader. If that fails, use mailto:std-cpp-submit@vandevoorde.com ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Back to comp.std.c++ | Previous | Next — Previous in thread | Next in thread | Find similar
N3242 8.5.1/15 -- braced union declarations limited only to first member rick.c.hodgin@googlemail.com - 2014-08-30 13:29 -0600
Re: N3242 8.5.1/15 -- braced union declarations limited only to first member "Rick C. Hodgin" <rick.c.hodgin@googlemail.com> - 2014-09-16 21:01 -0600
Re: N3242 8.5.1/15 -- braced union declarations limited only to first member Philip Guenther <guenther@googlemail.com> - 2014-09-17 19:29 -0600
Re: N3242 8.5.1/15 -- braced union declarations limited only to first member "Rick C. Hodgin" <rick.c.hodgin@googlemail.com> - 2014-09-19 01:06 -0600
Re: N3242 8.5.1/15 -- braced union declarations limited only to first member "Rick C. Hodgin" <rick.c.hodgin@googlemail.com> - 2014-09-20 01:37 -0600
Re: N3242 8.5.1/15 -- braced union declarations limited only to first member Martin Bonner <martinfrompi@yahoo.co.uk> - 2014-09-23 14:52 -0600
Re: N3242 8.5.1/15 -- braced union declarations limited only to first member "Rick C. Hodgin" <rick.c.hodgin@googlemail.com> - 2014-09-24 16:30 -0600
Re: N3242 8.5.1/15 -- braced union declarations limited only to first member James Kuyper <jameskuyper@verizon.net> - 2014-09-19 01:06 -0600
Re: N3242 8.5.1/15 -- braced union declarations limited only to first member Francis Glassborow <Francis.glassborow@btinternet.com> - 2014-09-19 01:06 -0600
csiph-web