Merge pull request #21711 from veblush/absl-optional

Abseilify optional
pull/21721/head
Esun Kim 5 years ago committed by GitHub
commit 07c1e72191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/core/lib/gprpp/optional.h

@ -21,8 +21,7 @@
#include <grpc/support/port_platform.h>
// TODO(yashykt): Remove false once migration to abseil is done.
#if false && GRPC_USE_ABSL
#if GRPC_USE_ABSL
#include "absl/types/optional.h"

Loading…
Cancel
Save