Commit 798fa38
TASK-009 follow-up: forward-task spec edits (TASK-010, TASK-013)
These edits were prepared in the parent worktree before the TASK-009
worktree branch landed, and the validation-fixer's iter-1 pass missed
absorbing them into the housekeeping commit:
- TASK-010: clarify the heap-fallback factory contract — must use
`::operator new(sizeof(...))` + placement-new (not plain `new`) so
that http_response's destructor (which always calls ~body() and then
::operator delete on the heap path) does not double-destroy.
- TASK-013: add the `final` action item and `static_assert(is_final_v)`
AC that were deferred from TASK-009 because the v1 subclasses still
inherit at TASK-009 time. This is the receiving end of the deferral
documented in TASK-009.md's AC.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2af5e36 commit 798fa38
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments