Skip to content

Avoid using namespace std in headers. #43

Description

@olupton

In the context of neuronsimulator/nrn#1893 this line:

using namespace std;

seems to cause problems, at least on Windows: https://github.com/neuronsimulator/nrn/runs/7128845057#step:6:222.

This is bad practice anyway: SF.7: Don’t write using namespace at global scope in a header file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions