If you use the clang compiler, disable the built-in lexer.

This commit is contained in:
RonxBulld 2021-04-23 10:20:12 +08:00
parent 07c6eb5d42
commit a956948fdd

View File

@ -41,7 +41,7 @@ THE SOFTWARE.
#include <vector>
#include <algorithm>
#if defined(__GNUC__)
#if defined(__GNUC__) && !defined(__clang__)
# if (__GNUC__ * 10 + __GNUC_MINOR__) < 49
# define NO_REGEX
# endif