gast128
Results
2
issues of
gast128
Hello all, tried to debug our startup code and get a lot of hits in initialization code of Boost.Container due to some global static variables: - static const vector_uninitialized_size_t vector_uninitialized_size...
Dear all, it would be nice if the container library had overloads for hashing (both Boost as std), e.g.: ``` namespace boost { template std::size_t hash_value(const boost::container::static_vector& crvec) { return...