Firts of all, thanks for working on this awesone tool.
Hopping I could be able to submit patches in a no so far future
As for https://cppinsights.io/s/b16e6b9b there is an erroneous implicit conversion added after an explicit one.
after
float f = static_cast<float>(static_cast<float>((3.0)));
Firts of all, thanks for working on this awesone tool.
Hopping I could be able to submit patches in a no so far future
As for https://cppinsights.io/s/b16e6b9b there is an erroneous implicit conversion added after an explicit one.
after