[llvm-commits] CVS: llvm/include/Support/STLExtras.h
Brian Gaeke
gaeke at cs.uiuc.edu
Sat Nov 22 21:51:00 PST 2003
Changes in directory llvm/include/Support:
STLExtras.h updated: 1.12 -> 1.13
---
Log message:
A better way to get std::pair into the compiler's little, walnut-sized brain.
---
Diffs of the changes: (+1 -1)
Index: llvm/include/Support/STLExtras.h
diff -u llvm/include/Support/STLExtras.h:1.12 llvm/include/Support/STLExtras.h:1.13
--- llvm/include/Support/STLExtras.h:1.12 Sat Nov 22 18:55:27 2003
+++ llvm/include/Support/STLExtras.h Sat Nov 22 21:50:31 2003
@@ -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 {
More information about the llvm-commits
mailing list