]> git.lyx.org Git - lyx.git/blobdiff - src/support/strfwd.h
Make GraphicsConverter threadsafe
[lyx.git] / src / support / strfwd.h
index de8588cabce30c8517d48fb5132bd4d42dc7707a..e40ec1c4b8b0beeddbced9f404507918972e45b0 100644 (file)
@@ -17,7 +17,7 @@
 // if libc++ is used (rather than libstdc++) - we first
 // check if we have at least a c++03 standard before
 // including the file
-#if (__cplusplus > 19971L)
+#if (__cplusplus > 199711L)
 #include <ciso646>
 #endif