Title: [118976] trunk/Source/WTF
- Revision
- 118976
- Author
- [email protected]
- Date
- 2012-05-30 14:42:35 -0700 (Wed, 30 May 2012)
Log Message
HashTable.h has using directives for std::pair and std::make_pair
https://bugs.webkit.org/show_bug.cgi?id=29919
Reviewed by Darin Adler.
* wtf/HashTraits.h:
(WTF): Remove the directives.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (118975 => 118976)
--- trunk/Source/WTF/ChangeLog 2012-05-30 21:42:13 UTC (rev 118975)
+++ trunk/Source/WTF/ChangeLog 2012-05-30 21:42:35 UTC (rev 118976)
@@ -5,6 +5,16 @@
Reviewed by Darin Adler.
+ * wtf/HashTraits.h:
+ (WTF): Remove the directives.
+
+2012-05-30 Caio Marcelo de Oliveira Filho <[email protected]>
+
+ HashTable.h has using directives for std::pair and std::make_pair
+ https://bugs.webkit.org/show_bug.cgi?id=29919
+
+ Reviewed by Darin Adler.
+
Change code to use std::pair and std::make_pair. Later patch will remove the
'using' directives.
Modified: trunk/Source/WTF/wtf/HashTraits.h (118975 => 118976)
--- trunk/Source/WTF/wtf/HashTraits.h 2012-05-30 21:42:13 UTC (rev 118975)
+++ trunk/Source/WTF/wtf/HashTraits.h 2012-05-30 21:42:35 UTC (rev 118976)
@@ -34,9 +34,6 @@
template<typename T> class OwnPtr;
template<typename T> class PassOwnPtr;
- using std::pair;
- using std::make_pair;
-
template<typename T> struct HashTraits;
template<bool isInteger, typename T> struct GenericHashTraitsBase;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes