forked from jasder/antlr
On linux. Most users haven't installed libc++-dev, but ANTLR is passing
the "--stdlib=libc++" argument. As a result, this won't compile. Users
will see:
```
/tmp/antlr4/runtime/Cpp/runtime/src/antlr4-common.h:8:10: fatal error:
'algorithm' file not found
```
This is caused by the "WITH_LIBCXX" option.
It was introduced by:
|
||
---|---|---|
.. | ||
CSharp | ||
Cpp | ||
Dart | ||
Go/antlr | ||
Java | ||
JavaScript | ||
PHP@62779f9c34 | ||
Python2 | ||
Python3 | ||
Swift |