diff options
Diffstat (limited to 'ci')
-rw-r--r-- | ci/absl_alternate_options.h (renamed from ci/absl_types_options.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/absl_types_options.h b/ci/absl_alternate_options.h index 307fde64fceb..f0c21fea9d6f 100644 --- a/ci/absl_types_options.h +++ b/ci/absl_alternate_options.h @@ -15,8 +15,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Alternate options.h file, requesting to always use Abseil implementations -// of the workalike types, regardless of language version. +// Alternate options.h file, used in continuous integration testing to exercise +// option settings not used by default. #define ABSL_OPTION_USE_STD_ANY 0 #define ABSL_OPTION_USE_STD_OPTIONAL 0 |