Title: [201261] trunk/Source/WTF
Revision
201261
Author
[email protected]
Date
2016-05-22 15:31:26 -0700 (Sun, 22 May 2016)

Log Message

Tried to fix the GTK build after r201257.

* wtf/StdLibExtras.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (201260 => 201261)


--- trunk/Source/WTF/ChangeLog	2016-05-22 22:22:38 UTC (rev 201260)
+++ trunk/Source/WTF/ChangeLog	2016-05-22 22:31:26 UTC (rev 201261)
@@ -1,5 +1,11 @@
 2016-05-22  Dan Bernstein  <[email protected]>
 
+        Tried to fix the GTK build after r201257.
+
+        * wtf/StdLibExtras.h:
+
+2016-05-22  Dan Bernstein  <[email protected]>
+
         Additional fixes for non-C++14 Apple projects that use WTF.
 
         * wtf/StdLibExtras.h:

Modified: trunk/Source/WTF/wtf/StdLibExtras.h (201260 => 201261)


--- trunk/Source/WTF/wtf/StdLibExtras.h	2016-05-22 22:22:38 UTC (rev 201260)
+++ trunk/Source/WTF/wtf/StdLibExtras.h	2016-05-22 22:31:26 UTC (rev 201261)
@@ -390,7 +390,7 @@
 using WTF::safeCast;
 using WTF::tryBinarySearch;
 
-#if __cplusplus >= 201402L
+#if __cplusplus >= 201400L
 // We normally don't want to bring in entire std namespaces, but literals are an exception.
 using namespace std::literals::chrono_literals;
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to