Hi! I tried to run `calc.cc` from the `example` directory. Unfortunately, I received an error message ``` $ cd example/ $ g++ -I .. -std=c++11 calc.cc $ ./a.out 2+3*4 Terminate called after throwing an instance of 'std::system_error' what(): Unknown error -1 Aborted (core dumped) ``` This is both with g++ and with clang++. Apparently this call to `std::call_once` is responsible https://github.com/yhirose/cpp-peglib/blob/21934dd1ce/peglib.h#L1483
Hi! I tried to run
calc.ccfrom theexampledirectory. Unfortunately, I received an error messageThis is both with g++ and with clang++. Apparently this call to
std::call_onceis responsiblehttps://github.com/yhirose/cpp-peglib/blob/21934dd1ce/peglib.h#L1483