Herb Sutter

Results 239 comments of Herb Sutter

Yes, I absolutely do love C++23 `print` and I considered showing it. But: - none of the vendors implement it yet... here is [a Godbolt link for std::print Hello world](https://godbolt.org/z/5sea48jYh)...

See #93 comment... but a note specifically about `*` pointer-declarators, those should move to `type_id_node`.

Thanks again for this. It's a big PR and it would take me a lot of time to review, and perhaps the implementation will be easier a few months from...

@filipsajdak Would you be interested in updating the good/current parts of #93, #94, and #96 and merging them into a new PR to replace these?

> Might require https://github.com/hsutter/cppfront/pull/86 for some use cases. Should these be merged? Should all the `is`/`as` PRs be merged (also #79, #106, #108)? (Not suggesting, just asking. As I look...

NP - if they don't conflict I'll plan to look at them individually for now. Thx!

Thanks! Implemented as a separate commit along the lines discussed in #79.

Ah, you noticed that. :) That was next on my to-do list, and I just checked it in... the above code now works with commit 327ceebeccdc0619c12d03da69df7ecf0c622502 .

Thanks! I like the two `noexcept`s and will add those separately in another commit I'm doing, should land in the next push.