[readability/casting] casting detection mistake when function pointer with pointer argument meet "noexcept". · Issue #354 · cpplint/cpplint · GitHub
Skip to content

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

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
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions