If you use the clang compiler, disable the built-in lexer.
This commit is contained in:
parent
07c6eb5d42
commit
a956948fdd
@ -41,7 +41,7 @@ THE SOFTWARE.
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__) && !defined(__clang__)
|
||||||
# if (__GNUC__ * 10 + __GNUC_MINOR__) < 49
|
# if (__GNUC__ * 10 + __GNUC_MINOR__) < 49
|
||||||
# define NO_REGEX
|
# define NO_REGEX
|
||||||
# endif
|
# endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user