From 0ff86630f8b0adced8fd467cea90d4b442cfc44e Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 16 Jul 2023 18:26:24 +0200 Subject: [PATCH] Add comment --- include/ss/parser.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ss/parser.hpp b/include/ss/parser.hpp index 099ea33..2d7ac92 100644 --- a/include/ss/parser.hpp +++ b/include/ss/parser.hpp @@ -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_))