This commit is contained in:
Laurent Perron
2022-10-11 14:29:07 +02:00
parent 300e5db82f
commit e81281555a
2 changed files with 0 additions and 2 deletions

View File

@@ -88,7 +88,6 @@
// The class also defines a hash functor that allows the IntType to be used
// as key to hashable containers such as hash_map and hash_set.
//
// We suggest using the IntTypeIndexedContainer wrapper around google3's
// FixedArray and STL vector (see int-type-indexed-container.h) if an IntType is
// intended to be used as an index into these containers. These wrappers are
// indexed in a type-safe manner using IntTypes to ensure type-safety.

View File

@@ -88,7 +88,6 @@
// The class also defines a hash functor that allows the StrongInt to be used
// as key to hashable containers such as hash_map and hash_set.
//
// We suggest using the StrongIntIndexedContainer wrapper around google3's
// FixedArray and STL vector (see int-type-indexed-container.h) if an StrongInt
// is intended to be used as an index into these containers. These wrappers are
// indexed in a type-safe manner using StrongInts to ensure type-safety.