Skip to content

<hash_set|hash_map>: Add opt-out to the stdext namespace #5228

@tiagomacarios

Description

@tiagomacarios

Perhaps a feature request (or a conformance bug) - Would it be possible to make the stdext disappear behind a control macro?
_HAS_STDEXT_NAMESPACE = 1 -> current behavior
_HAS_STDEXT_NAMESPACE = 0 -> stdext is removed by the preprocessor

This would enable large codebases from prevent users from using this features. It would also enable us to eventually default to 0 and have users need to opt-in until this is completely removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSomething can be improved

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions