boostorg/spirit_x4

boolean parser for unicode char type is not implemented

Open

#9 opened on Feb 17, 2020

 (11 comments) (0 reactions) (0 assignees)C++ (3 forks)auto 404
enhancementgood first issuehelp wantedwontfix-X3

Repository metrics

Stars
 (37 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I think we could provide simple typedefs in <boost/spirit/home/x3/numeric/bool.hpp>

EDIT: bool_policies must be updated too; however there's some hard-coded string literals in bool_policies.hpp which simply do not match the unicode char type

Contributor guide