Browse Source

Merge #8645: Remove unused Qt 4.6 patch.

38acbf8 Remove unused Qt 4.6 patch. (Doug)
0.14
Wladimir J. van der Laan 8 years ago
parent
commit
8ea44405e7
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 10
      depends/patches/qt46/stlfix.patch

10
depends/patches/qt46/stlfix.patch

@ -1,10 +0,0 @@ @@ -1,10 +0,0 @@
--- old/config.tests/unix/stl/stltest.cpp 2011-06-23 03:45:23.000000000 -0400
+++ new/config.tests/unix/stl/stltest.cpp 2014-08-28 00:54:04.154837604 -0400
@@ -49,6 +49,7 @@
#include <vector>
#include <algorithm>
#include <iostream>
+#include <cstddef>
// something mean to see if the compiler and C++ standard lib are good enough
template<class K, class T>
Loading…
Cancel
Save