leftibot da7a1e043b Address review: simplify from_chars migration to net reduction in code
- buildInt: parse once as unsigned long long (input is never negative),
  strip suffixes with remove_suffix, eliminate two-pass fallback path
- json.hpp parse_number: scan number boundaries in-place, call from_chars
  directly on the string range — no intermediate strings or std::pow
- parse_num: remove dead integral overload, collapse to single template
- Remove unused <cmath> includes from both files

Requested by @lefticus in PR #669 review.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 16:29:31 -06:00
..
dispatchkit Fix #378: Replace hand-rolled number parsing with std::from_chars 2026-04-11 18:25:47 -06:00
language Address review: simplify from_chars migration to net reduction in code 2026-04-12 16:29:31 -06:00
utility Address review: simplify from_chars migration to net reduction in code 2026-04-12 16:29:31 -06:00
chaiscript_basic.hpp change .clang-format and reformat code with clang-format 11 2021-05-24 10:44:15 +02:00
chaiscript_defines.hpp Address review: simplify from_chars migration to net reduction in code 2026-04-12 16:29:31 -06:00
chaiscript_stdlib.hpp Fix #146: Add configuration to bypass the registering of 'built-in' functions. (#642) 2026-04-11 16:49:13 -06:00
chaiscript_threading.hpp change .clang-format and reformat code with clang-format 11 2021-05-24 10:44:15 +02:00
chaiscript.hpp Fix #146: Add configuration to bypass the registering of 'built-in' functions. (#642) 2026-04-11 16:49:13 -06:00