formatting
This commit is contained in:
parent
81230b2b30
commit
4ad9b4d282
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ void csv_datasource::parse_csv(T& stream,
|
|||
(
|
||||
qi::lit("POINT") >> '('
|
||||
>> double_[ref(x) = _1]
|
||||
>> double_[ref(y) = _1] >> ')'
|
||||
>> double_[ref(y) = _1] >> ')'
|
||||
),
|
||||
ascii::space);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue