Skip to content

cconvey/paranoid-vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

paranoid_vector is a (partially implemented) drop-in replacement for C++11's std::vector. Its purpose is to immediately detect illegal access to vector elements.

The implementation currently focuses on attempts to access memory buffers that the vector had previously used. E.g., the buffer in which a vector's elements were stored before the vector upgraded to a larger buffer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published