mattreecebentley/plf_list

No `begin()` and `rbegin()` for `const-` qualified lists

xzceddie opened this issue · 1 comments

I am trying replace std::list with plf::list in my codebase for test. Problem occurs as there are no overloads with const_iterator plf::list::begin () const PLF_NOEXCEPT and const_reverse_iterator plf::list::rbegin() const PLF_NOEXCEPT. Those exist STL: cppreference

No, those functions exist. Check the github code.