summaryrefslogtreecommitdiff
path: root/include/Support/hash_set
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/hash_set')
-rw-r--r--include/Support/hash_set4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Support/hash_set b/include/Support/hash_set
index 46e75d8b94..e69f719ef8 100644
--- a/include/Support/hash_set
+++ b/include/Support/hash_set
@@ -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>