From e81281555a9d692ea2ba040fd077dcdfd398ab2d Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Tue, 11 Oct 2022 14:29:07 +0200 Subject: [PATCH] misc --- ortools/base/int_type.h | 1 - ortools/base/strong_int.h | 1 - 2 files changed, 2 deletions(-) diff --git a/ortools/base/int_type.h b/ortools/base/int_type.h index 081d4384e2..a9bcd50d46 100644 --- a/ortools/base/int_type.h +++ b/ortools/base/int_type.h @@ -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. diff --git a/ortools/base/strong_int.h b/ortools/base/strong_int.h index 312b466c6f..a874bd4855 100644 --- a/ortools/base/strong_int.h +++ b/ortools/base/strong_int.h @@ -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.