Convert to C++ style comments

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7304 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-07-25 15:08:08 +00:00
parent 7f90b520b4
commit 9c37f9c7f2
2 changed files with 4 additions and 4 deletions

View 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>

View 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>