-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate properly designing _CONTAINER_DEBUG_LEVEL
#586
Comments
Marking as |
We are hoping to enable |
We talked about this at the weekly maintainer meeting and decided that we're not comfortable enough with the (lack of) design of this feature to begin documenting it for wide usage. We'll change this issue accordingly. This may be something we'll need to consider for vNext since it could have wide-reaching effects. |
_CONTAINER_DEBUG_LEVEL
Closing as a duplicate of the newer issue #5090. |
This is not an issue per se but from viewpoint of the users who disabled
_ITERATOR_DEBUG_LEVEL
in debug due to the way it affects parallel performance, more lightweight_CONTAINER_DEBUG_LEVEL
seems to be very useful, providing just simple bounds checking etc. However I see that it's not documented as well as _ITERATOR_DEBUG_LEVEL and I wonder if defining it is a public, official feature and thus it's okay to use it or is it for internal use only? Also it'd be nice to see the scope of checks enabling it performs without looking at sources of course.Feel free to close if I should create an issue somewhere like in https://github.com/MicrosoftDocs/cpp-docs about this instead.
The text was updated successfully, but these errors were encountered: