mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
Remove unused using declaration
This commit is contained in:
committed by
Nikita Kniazev
parent
880080ee8b
commit
ac63f8e6b5
@@ -37,7 +37,6 @@ namespace client
|
||||
{
|
||||
using x3::double_;
|
||||
using x3::phrase_parse;
|
||||
using x3::_attr;
|
||||
using ascii::space;
|
||||
|
||||
bool r = phrase_parse(first, last,
|
||||
|
||||
Reference in New Issue
Block a user