Add comment

This commit is contained in:
ado 2023-07-16 18:26:24 +02:00
parent 03f5b839fc
commit 0ff86630f8

View File

@ -480,6 +480,7 @@ private:
void set_error_invalid_conversion() {
if constexpr (string_error) {
// TODO remove buffer from error msg
error_.append(file_name_)
.append(" ")
.append(std::to_string(reader_.line_number_))