mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
Add comment
This commit is contained in:
parent
03f5b839fc
commit
0ff86630f8
@ -480,6 +480,7 @@ private:
|
|||||||
|
|
||||||
void set_error_invalid_conversion() {
|
void set_error_invalid_conversion() {
|
||||||
if constexpr (string_error) {
|
if constexpr (string_error) {
|
||||||
|
// TODO remove buffer from error msg
|
||||||
error_.append(file_name_)
|
error_.append(file_name_)
|
||||||
.append(" ")
|
.append(" ")
|
||||||
.append(std::to_string(reader_.line_number_))
|
.append(std::to_string(reader_.line_number_))
|
||||||
|
Loading…
Reference in New Issue
Block a user