Selaa lähdekoodia

Abseilify optional

Esun Kim 5 vuotta sitten
vanhempi
commit
179bf32d14
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      src/core/lib/gprpp/optional.h

+ 1 - 2
src/core/lib/gprpp/optional.h

@@ -21,8 +21,7 @@
 
 
 #include <grpc/support/port_platform.h>
 #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"
 #include "absl/types/optional.h"