Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
bounds checking by default for the C++ standard library #250
Comments
thestinger
added
the
Type: enhancement
label
May 1, 2016
thestinger
changed the title from
hardened C++ standard library
to
bounds checking by default for the C++ standard library
May 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thestinger commentedMay 1, 2016
•
edited
Edited 1 time
-
thestinger
edited May 1, 2016
std::vector and std::deque
operator[]would be a good place to start, along with the iterators.