Execute runformat
This commit is contained in:
parent
24b0d08753
commit
7840bc4c63
|
@ -1,6 +1,8 @@
|
|||
namespace {
|
||||
template<typename T>
|
||||
T f() { return T(); }
|
||||
T f() {
|
||||
return T();
|
||||
}
|
||||
}
|
||||
|
||||
// cppcheck-suppress unusedFunction
|
||||
|
|
Loading…
Reference in New Issue