From 634311e6d2dc008dfee8fe3f9e6671af7c131431 Mon Sep 17 00:00:00 2001 From: Hyun Date: Wed, 10 Aug 2022 15:29:16 +0900 Subject: - Fix deprecated header in visual studio version 17.3.0 C++20 --- absl/base/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl') diff --git a/absl/base/options.h b/absl/base/options.h index 230bf1ee..cc47236a 100644 --- a/absl/base/options.h +++ b/absl/base/options.h @@ -70,7 +70,7 @@ // Include a standard library header to allow configuration based on the // standard library in use. #ifdef __cplusplus -#include +#include #endif // ----------------------------------------------------------------------------- -- cgit v1.2.3 From 3e54e87f020c71440217ce2ad382b800c4658970 Mon Sep 17 00:00:00 2001 From: Kim Hyun Date: Thu, 11 Aug 2022 07:18:46 +0900 Subject: Delete #include. Delete deprecated header include --- absl/base/options.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'absl') diff --git a/absl/base/options.h b/absl/base/options.h index cc47236a..5c162a38 100644 --- a/absl/base/options.h +++ b/absl/base/options.h @@ -67,12 +67,6 @@ #ifndef ABSL_BASE_OPTIONS_H_ #define ABSL_BASE_OPTIONS_H_ -// Include a standard library header to allow configuration based on the -// standard library in use. -#ifdef __cplusplus -#include -#endif - // ----------------------------------------------------------------------------- // Type Compatibility Options // ----------------------------------------------------------------------------- -- cgit v1.2.3