Convert to C++ style comments
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2003 15:08:08 +0000 (15:08 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2003 15:08:08 +0000 (15:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7304 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/hash_map
include/Support/hash_set

index 72d8bf36ba548d8c21056c18e2f641fe9c0e82ed..83480d5205a9f07c90c81b1f4a245c344ea1b554 100644 (file)
@@ -42,8 +42,8 @@ using HASH_NAMESPACE::hash_map;
 using HASH_NAMESPACE::hash_multimap;
 using HASH_NAMESPACE::hash;
 
-/* Include vector because ext/hash_map includes stl_vector.h and leaves
-   out specializations like stl_bvector.h, causing link conflicts. */
+// Include vector because ext/hash_map includes stl_vector.h and leaves
+// out specializations like stl_bvector.h, causing link conflicts.
 #include <vector>
 
 #include <Support/HashExtras.h>
index 46e75d8b94f6e522d1ba4d1679f0da2f1949b406..e69f719ef8ee3c11f614621bfce170599d90d9b2 100644 (file)
@@ -41,8 +41,8 @@
 using HASH_NAMESPACE::hash_set;
 using HASH_NAMESPACE::hash;
 
-/* Include vector because ext/hash_set includes stl_vector.h and leaves
-   out specializations like stl_bvector.h, causing link conflicts. */
+// Include vector because ext/hash_set includes stl_vector.h and leaves
+// out specializations like stl_bvector.h, causing link conflicts.
 #include <vector>
 
 #include <Support/HashExtras.h>