P3737R4 — std::array is a wrapper for an array!
Jan Schultke
LEWG
Revisions R4May 2026R3Feb 2026
The `std::array` class template has established itself as a de-facto replacement for "builtin arrays" or "C-style arrays" in many code bases. This also means that it is frequently taught to novice programmers, with an explanation along the lines of: