-
-
Notifications
You must be signed in to change notification settings - Fork 264
implicit cast after explicit cast #223
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
float f = (float)(3.0);after
float f = static_cast<float>(static_cast<float>((3.0)));Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request