A better way to get std::pair into the compiler's little, walnut-sized brain.
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 23 Nov 2003 03:50:31 +0000 (03:50 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 23 Nov 2003 03:50:31 +0000 (03:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10174 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/STLExtras.h
include/llvm/ADT/STLExtras.h

index de4ad1ce92a4fcecc76b3c65efb433a78f69db37..5ebceb346a082482d70598b49a270ce45bca1d58 100644 (file)
@@ -18,7 +18,7 @@
 #define SUPPORT_STLEXTRAS_H
 
 #include <functional>
-#include <map>  // G++-3.0.x will find std::pair here.
+#include <utility> // for std::pair
 #include "Support/iterator"
 
 namespace llvm {
index de4ad1ce92a4fcecc76b3c65efb433a78f69db37..5ebceb346a082482d70598b49a270ce45bca1d58 100644 (file)
@@ -18,7 +18,7 @@
 #define SUPPORT_STLEXTRAS_H
 
 #include <functional>
-#include <map>  // G++-3.0.x will find std::pair here.
+#include <utility> // for std::pair
 #include "Support/iterator"
 
 namespace llvm {