18 Feb
2026
18 Feb
'26
8:52 a.m.
On Wed, Feb 18, 2026 at 12:38 AM Andrey Semashev via Boost < boost@lists.boost.org> wrote:
In relation to AI, it is a tool that operates on tokens (i.e the form),
This might end up becoming a moot point soon. Our experience is showing that generated code can get you up and running quickly yet considerable hand-coding is needed to close the final gap. Especially in the reactor implementation, which is a delicate balance of correctness, concurrency, and performance. There's not much left of the original generated code. On the other hand the boilerplate things do stay, and I'm glad they do. I never want to write another conforming AllocatorAwareContainer again. Thanks