Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels