Details
-
Task
-
Status: In Review (View Workflow)
-
Minor
-
Resolution: Unresolved
Description
Replace the manually-maintained command_lengths array with a constexpr
lambda that computes string lengths from command_array using
std::char_traits::length(). This eliminates the error-prone need
to keep the two arrays in sync manually.