]> git.lyx.org Git - lyx.git/blobdiff - src/support/regex.h
Fix build with GNU libstdc++ C++11 ABI
[lyx.git] / src / support / regex.h
index 04f93cac5a05ab881733a2dba156d71fd6fbd7a7..7c64caf43210a5c93437ba3d9438e2a95397baff 100644 (file)
@@ -18,6 +18,8 @@
 namespace lyx {
   // inheriting 'private' to see which functions are used and if there are
   // other ECMAScrip defaults
+  // FIXME: Is this really needed?
+  //        If yes, then the MSVC regex implementation is not standard-conforming.
   class regex : private std::regex
   {
   public: