Skip to content

Commit fb51dcd

Browse files
CEL Dev Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 915268033
1 parent 6d311f7 commit fb51dcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/internal/convert_constant.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ using ::cel::Constant;
3333
struct ConvertVisitor {
3434
Allocator<> allocator;
3535

36-
absl::StatusOr<cel::Value> operator()(absl::monostate) {
36+
absl::StatusOr<cel::Value> operator()(std::monostate) {
3737
return absl::InvalidArgumentError("unspecified constant");
3838
}
3939
absl::StatusOr<cel::Value> operator()(std::nullptr_t) { return NullValue(); }

0 commit comments

Comments
 (0)