From 61c19052f0b80e5b0fbfdfd7127591180007b1dc Mon Sep 17 00:00:00 2001 From: yhirose Date: Tue, 15 Jan 2019 08:24:17 -0500 Subject: [PATCH] Fixed #118 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2022717..fa59575 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,12 @@ The server applies gzip compression to the following MIME type contents: * application/xml * application/xhtml+xml +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). + License ------- -MIT license (© 2018 Yuji Hirose) +MIT license (© 2019 Yuji Hirose)