mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 12:26:07 +00:00
Remove meaningless template keywords.
This will fix -Wmissing-template-arg-list-after-template-kw warnings. This warning is error-by-default in Clang. PiperOrigin-RevId: 718133601
This commit is contained in:
parent
3aa55992fe
commit
54bb7f5ddb
@ -87,7 +87,7 @@ MATCHER_P2(IsConstantOpWithSplatOrScalarValue, type, value, "") {
|
||||
}
|
||||
return true;
|
||||
})
|
||||
.template Default([&](auto attr) {
|
||||
.Default([&](auto attr) {
|
||||
*result_listener << "Unsupported attribute type: " << debugString(attr);
|
||||
return false;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user