We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d311f7 commit fb51dcdCopy full SHA for fb51dcd
1 file changed
runtime/internal/convert_constant.cc
@@ -33,7 +33,7 @@ using ::cel::Constant;
33
struct ConvertVisitor {
34
Allocator<> allocator;
35
36
- absl::StatusOr<cel::Value> operator()(absl::monostate) {
+ absl::StatusOr<cel::Value> operator()(std::monostate) {
37
return absl::InvalidArgumentError("unspecified constant");
38
}
39
absl::StatusOr<cel::Value> operator()(std::nullptr_t) { return NullValue(); }
0 commit comments