1 Apr
2016
1 Apr
'16
6:35 a.m.
On 31.03.2016 23:02, Daniel Hofmann wrote:
((double_ % ",") % ";") >> ".txt"
Quick hack to fix this: ((double_ % ",") % ";") >> -lit('.') >> "txt" This erroneously accepts "1,2;3,4txt" as valid input, but it should behave correctly for all valid inputs and you may not care about false positives. -- Rainer Deyke (rainerd@eldwood.com)