Herb Sutter
Herb Sutter
Editors call: Looks good, thank you!
Editors' call: This set of issues deserves a new look at whether `not_null` should be a general type, a type that works only on raw pointers, or an alias. GDR...
Editors' call: Our view is that `narrow` is like `to_integer(string)` -- if the input contains an invalid value (e.g., `to_integer("hello")`) then we should throw a run-time error. This means that...
Editors' call: The original question has been answered, but there is now a new question about integer casts and whether to make a special form of narrow/narrow_cast for them. Assigned...
Editors call: We think this is covered by ES.31. Thanks!
Editors call: Sure, let's change `f(...)` to `func(...)`. Thanks!
Editors call: We agree this should be a "naming and layout / if you have no better convention already" rule, which is what NL is for. It should be moved...
I actually completely forgot about raw string literals... thanks for doing this. At first blush this looks good, before merging let me take a deeper look with a fresh brain...
Good fix -- this actually corrects the output for two existing test cases, one of which is `mixed-test-parens.cpp2` that I hadn't noticed had the wrong output. As Bjarne would say:...
(Repeating from #17) Interim ack: Thanks! Yes, I've been meaning to add chaining. I was thinking of implementing it later in the same function and remove this special case part...