attempting to keep clang on Travis happy

This commit is contained in:
artemp 2016-11-25 17:59:44 +01:00
parent c04d8bf082
commit f32b423428

View file

@ -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");