Skip to content

Commit

Permalink
dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Woon-2 committed Oct 9, 2023
1 parent e0c5a85 commit 1018a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gclp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1785,6 +1785,7 @@ class interpreter {
quoted_identifier += detail::double_quote<char_type>();

flattend += std::move(quoted_identifier);
flattend += detail::stream_delim<char_type>();
}

for (auto i = decltype(argc)(1); i < argc; ++i) {
Expand Down

0 comments on commit 1018a63

Please sign in to comment.