You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.