Skip to content

Commit 719f3ee

Browse files
CEL Dev Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 918818689
1 parent b7096df commit 719f3ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eval/tests/benchmark_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ BENCHMARK(BM_PolicySymbolic);
317317

318318
class RequestMap : public CelMap {
319319
public:
320-
absl::optional<CelValue> operator[](CelValue key) const override {
320+
std::optional<CelValue> operator[](CelValue key) const override {
321321
if (!key.IsString()) {
322322
return {};
323323
}

0 commit comments

Comments
 (0)