attempting to keep clang on Travis happy
This commit is contained in:
parent
c04d8bf082
commit
f32b423428
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ using x3::hex;
|
|||
using x3::eol;
|
||||
using x3::no_skip;
|
||||
|
||||
x3::uint_parser<uchar, 16, 4, 4> const hex4;
|
||||
x3::uint_parser<uchar, 16, 8, 8> const hex8;
|
||||
x3::uint_parser<uchar, 16, 4, 4> const hex4 {};
|
||||
x3::uint_parser<uchar, 16, 8, 8> const hex8 {};
|
||||
|
||||
// start rule
|
||||
unicode_string_grammar_type const unicode_string("Unicode String");
|
||||
|
|
Loading…
Reference in a new issue