From 7a58c0a4302b4d0522f19d783ee5a9f154d6b4ee Mon Sep 17 00:00:00 2001 From: yhirose Date: Fri, 20 Dec 2019 23:16:05 -0500 Subject: [PATCH] Updated README regarding regex issue in g++ 4.8 and below --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e28d1a3..0e78b56 100644 --- a/README.md +++ b/README.md @@ -450,7 +450,7 @@ httplib.h httplib.cc NOTE ---- -g++ 4.8 cannot build this library since `` in g++4.8 is [broken](https://stackoverflow.com/questions/12530406/is-gcc-4-8-or-earlier-buggy-about-regular-expressions). +g++ 4.8 and below cannot build this library since `` in the versions are [broken](https://stackoverflow.com/questions/12530406/is-gcc-4-8-or-earlier-buggy-about-regular-expressions). License -------