We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd8795 commit 37a8588Copy full SHA for 37a8588
include/cpp-json/parser.tcc
@@ -67,7 +67,7 @@ void surrogate_pair_to_utf8(uint16_t w1, uint16_t w2, Out &out) {
67
// Name: parser
68
//------------------------------------------------------------------------------
69
template <class In>
70
-parser<In>::parser(In first, In end_) : begin_(first), cur_(first), end_(end_) {
+parser<In>::parser(In first, In last) : begin_(first), cur_(first), end_(last) {
71
}
72
73
0 commit comments