Skip to content

Using namespace in function scope is seen as violation of #59 #4

Description

@Wardergrip

C++ Coding Standard #59 demands that using namespace should not appear in a header file.
I would say that even though declaring an using namespace in an function technically violates this rule it won't inflict any problems to my knowledge.
Subcheck currently does not check in what context exactly the using namespace is declared and considers it wrong even if it is in a function scope

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions