Topic: Explicitly uninitialized variables with =
Author: =?UTF-8?Q?Jonathan_M=c3=bcller?= <jonathanmueller.dev@gmail.com>
Date: Sun, 19 Mar 2017 13:36:24 +0100
Raw View
On 19.03.2017 05:13, Arthur O'Dwyer wrote:
>
> What kind of syntax does C++ already have for this kind of thing?
> Answer: attributes.
> In fact what you're proposing is basically identical to the existing
> C++17 attribute [[maybe_unused]], in terms of its interactions with
> codegen and diagnostics.
>
I've written a proposal for exactly that a while back:
http://foonathan.net/attribute-uninitialized-proposal.html
Ville, I've emailed it to you as well, as you've requested, what's the
status on that?
--
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.
To view this discussion on the web visit https://groups.google.com/a/isocpp.org/d/msgid/std-proposals/81dee046-b1dd-1819-3185-f2727631e3b5%40gmail.com.
.
Author: Ville Voutilainen <ville.voutilainen@gmail.com>
Date: Sun, 19 Mar 2017 14:52:53 +0200
Raw View
On 19 March 2017 at 14:36, Jonathan M=C3=BCller
<jonathanmueller.dev@gmail.com> wrote:
> On 19.03.2017 05:13, Arthur O'Dwyer wrote:
>>
>>
>> What kind of syntax does C++ already have for this kind of thing?
>> Answer: attributes.
>> In fact what you're proposing is basically identical to the existing
>> C++17 attribute [[maybe_unused]], in terms of its interactions with
>> codegen and diagnostics.
>>
>
> I've written a proposal for exactly that a while back:
> http://foonathan.net/attribute-uninitialized-proposal.html
>
> Ville, I've emailed it to you as well, as you've requested, what's the
> status on that?
As noted in the email thread on it, we'll include it for the
discussion in Toronto, thanks for the reminder.
Material like that wasn't much looked at in Kona because we had bigger
fish to fry.
--=20
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 e=
mail to std-proposals+unsubscribe@isocpp.org.
To post to this group, send email to std-proposals@isocpp.org.
To view this discussion on the web visit https://groups.google.com/a/isocpp=
..org/d/msgid/std-proposals/CAFk2RUYP5Giz3sUB1Q0LaMCAg9Ce1sqdmRSrcNpTuhXFhfE=
hfw%40mail.gmail.com.
.