Re: Upcoming C++ standards meeting in San Diego, California

2018-11-30 Thread Botond Ballo
Hi everyone, My blog post about the C++ standards meeting that took place earlier this month is now published: https://botondballo.wordpress.com/2018/11/30/trip-report-c-standards-meeting-in-san-diego-november-2018/ Cheers, Botond On Mon, Oct 22, 2018 at 5:52 PM Botond Ballo wrote: > > Hi

Re: Upcoming C++ standards meeting in San Diego, California

2018-10-22 Thread gsquelart
On Tuesday, October 23, 2018 at 10:57:59 AM UTC+11, Botond Ballo wrote: > On Mon, Oct 22, 2018 at 7:47 PM, wrote: > > Here's one I'd like: > > for (int i = ...; test(i); i = next(i)) { > > if (good_stuff(i)) { break; /* goto past `else` block */ } > > } else { > > /* test(i) failed,

Re: Upcoming C++ standards meeting in San Diego, California

2018-10-22 Thread Botond Ballo
On Mon, Oct 22, 2018 at 7:47 PM, wrote: > Here's one I'd like: > for (int i = ...; test(i); i = next(i)) { > if (good_stuff(i)) { break; /* goto past `else` block */ } > } else { > /* test(i) failed, i.e., we didn't `break` */ > do_something(i); // decls inside `for(...)` still

Re: Upcoming C++ standards meeting in San Diego, California

2018-10-22 Thread gsquelart
On Tuesday, October 23, 2018 at 8:52:47 AM UTC+11, Botond Ballo wrote: > I will be attending this meeting So jealous! Enjoy ;-) > Finally, I encourage you to reach out to me if you're thinking of > submitting a proposal to the committee. I'm always happy to help with > formulating and, if