You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix comment and remove unreachable char overload per code review
- Fix inaccurate comment: non-literal args use two appends (+= val, += ' '),
not one concatenated append as the old comment implied.
- Remove the char-specific _AppendRuns overload: all token/keyword constants
in lex.h are const char* (not char), so no call site ever passes a bare
char argument; the overload was dead code.
Agent-Logs-Url: https://github.com/Cpp2Rust/cpp2rust/sessions/baf4f5f7-8950-4369-a9c9-708aaed9ad22
Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com>
0 commit comments