From f2d37d7ad03a3806a919c89a222a61f945e3f035 Mon Sep 17 00:00:00 2001 From: FHIR Team Date: Tue, 23 Jun 2026 05:31:06 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 936601082 --- cc/google/fhir/json/json_sax_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/google/fhir/json/json_sax_handler.cc b/cc/google/fhir/json/json_sax_handler.cc index ba1061ea23a..be90907145c 100644 --- a/cc/google/fhir/json/json_sax_handler.cc +++ b/cc/google/fhir/json/json_sax_handler.cc @@ -293,7 +293,7 @@ class JsonSaxHandler { // `actual_token` received and `expected_token` if exists. void UpdateError( const std::string& actual_token, - const absl::optional& expected_token = absl::nullopt) { + const absl::optional& expected_token = std::nullopt) { std::string error_message = absl::StrFormat("Unexpected `%s`", actual_token); if (expected_token) {