Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[readability/casting] casting detection mistake when function pointer with pointer argument meet "noexcept". #354

@MoFHeka

Description

@MoFHeka
void (*execute_)(operation_base*) noexcept;

which complaint
Using C-style cast. Use reinterpret_cast<operation_base*>(...) instead [readability/casting]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions