Skip to content

implicit cast after explicit cast #223

@viboes

Description

@viboes

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)));

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions