boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
96 stars 116 forks source link

End iterators are not dereferencable #261

Open psiha opened 6 months ago

psiha commented 6 months ago

E.g. boost::movelib::iterator_to_raw_pointer(seq.end()) in flat_tree.hpp asserts at runtime when used with checked/'secure' containers.