boostorg/spirit_x4

Invalid real numbers should be rejected by real parsers

オープン

#63 opened on 2025/10/05

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (3 件のフォーク)auto 404
buggood first issuehelp wantedtests needed

Repository metrics

Stars
 (37 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

For example:

  • 9.9e999999999999999999999 should be rejected
  • ... need further investigation ...

Integer parsers currently seem to correctly reject some invalid values, for instance too big numbers. I have no idea why the implementation detail has divergence between integer and real parsers.

コントリビューターガイド