mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
@@ -20,7 +20,7 @@ namespace boost { namespace spirit { namespace x3
|
||||
template <typename Encoding>
|
||||
struct char_class_base
|
||||
{
|
||||
typedef typename Encoding::char_type char_type;
|
||||
typedef typename Encoding::classify_type char_type;
|
||||
|
||||
#define BOOST_SPIRIT_X3_CLASSIFY(name) \
|
||||
template <typename Char> \
|
||||
|
||||
@@ -167,6 +167,7 @@ main()
|
||||
BOOST_TEST(test("0", xdigit));
|
||||
BOOST_TEST(test("f", xdigit));
|
||||
BOOST_TEST(!test("g", xdigit));
|
||||
BOOST_TEST(!test("\xF1", print));
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user