Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Dec 26, 2023
1 parent 28e4b5e commit 04c7a3c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/json5.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,8 @@ class parser5
public:
std::string exceptionDetailInfo()
{
size_t start_point = _col;
auto len = _print_len;
auto current_line = _line_begin_cur;
std::stringstream ss;
ss << "at line " << _line << ", column " << _col + 1 << '\n';

return ss.str();
}

Expand Down

0 comments on commit 04c7a3c

Please sign in to comment.