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 0a81353 commit 4f70bfcCopy full SHA for 4f70bfc
1 file changed
src/json.hpp
@@ -6903,7 +6903,7 @@ class basic_json
6903
@brief return number value for number tokens
6904
6905
This function translates the last token into a floating point number.
6906
- The pointer m_begin points to the beginning of the parsed number. We
+ The pointer m_start points to the beginning of the parsed number. We
6907
pass this pointer to std::strtod which sets endptr to the first
6908
character past the converted number. If this pointer is not the same as
6909
m_cursor, then either more or less characters have been used during the
0 commit comments