Document: P3856R5
Authors: Jagrut Dave, Alisdair Meredith
Date: 2026-02-10
Audience: LEWG/LWG
Prior revision: P3856R4 thread
Minor revision - improved wording based on Barry Revzin's feedback. The trait name was also updated from is_structural_type_v to is_structural_v for consistency with other type traits (e.g. is_const_v, not is_const_type_v). Same proposal, cleaner spec text.
The trait rename from
is_structural_type_vtois_structural_vis correct. We haveis_const_vnotis_const_type_v. Consistency matters in the type traits header. Good catch from Barry.R4 to R5 in two weeks. Wording feedback turnaround. This is the process working as intended.
Barry's wording reviews are reliably thorough. If this passed his review, the spec text is probably solid.
No changes to the proof-of-concept implementation in this revision. The R4 Godbolt link still works. The changes are purely wording.