yhirose 7 years ago
parent
commit
61c19052f0
1 changed files with 6 additions and 1 deletions
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -225,7 +225,12 @@ The server applies gzip compression to the following MIME type contents:
   * application/xml
   * application/xml
   * application/xhtml+xml
   * application/xhtml+xml
 
 
+NOTE
+----
+
+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).
+
 License
 License
 -------
 -------
 
 
-MIT license (© 2018 Yuji Hirose)
+MIT license (© 2019 Yuji Hirose)