Open wmamrak opened 5 years ago
In X3, matching a num by numeric parsers is not possible because numeric parsers do not have operator(), despite the docs stating the opposite. https://www.boost.org/doc/libs/develop/libs/spirit/doc/x3/html/spirit_x3/quick_reference/numeric.html
Please update the docs.
Thanks. PR appreciated!
Hello, Is it the final or temporary behaviour?
Probably final, unless someone wants to implement it.
In X3, matching a num by numeric parsers is not possible because numeric parsers do not have operator(), despite the docs stating the opposite. https://www.boost.org/doc/libs/develop/libs/spirit/doc/x3/html/spirit_x3/quick_reference/numeric.html
Please update the docs.