Skip to content

Commit 7a58c0a

Browse files
authored
Updated README regarding regex issue in g++ 4.8 and below
1 parent ae43c96 commit 7a58c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ httplib.h httplib.cc
450450
NOTE
451451
----
452452

453-
g++ 4.8 cannot build this library since `<regex>` in g++4.8 is [broken](https://stackoverflow.com/questions/12530406/is-gcc-4-8-or-earlier-buggy-about-regular-expressions).
453+
g++ 4.8 and below cannot build this library since `<regex>` in the versions are [broken](https://stackoverflow.com/questions/12530406/is-gcc-4-8-or-earlier-buggy-about-regular-expressions).
454454

455455
License
456456
-------

0 commit comments

Comments
 (0)