diff --git a/envoy/thread/thread.h b/envoy/thread/thread.h index 6ec193a88ec1..df36c183e265 100644 --- a/envoy/thread/thread.h +++ b/envoy/thread/thread.h @@ -64,7 +64,7 @@ struct Options { // // If no value is set, the thread will be created with the default thread priority for the // platform. - absl::optional priority_{absl::nullopt}; + absl::optional priority_; }; using OptionsOptConstRef = const absl::optional&;