Closed
Description
std::column
counts the number of unicode characters that precede its invocation in that same line (then adds one). However, this behavior is not stated explicitly in its documentation. It's not unusual for programming languages or editors to use byte indexes for columns (vim does this for example), so I think it's worth clarifying.