mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-08 03:26:34 +00:00
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:
parent
7f90b520b4
commit
9c37f9c7f2
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user