User Activity

  • Posted a comment on discussion STLplus Development and Bugs on STLplus C++ library collection

    The std::iterator class template (used as a base class to provide typedefs) is deprecated in C++17. (The <iterator> header is NOT deprecated.) The C++ Standard has never required user-defined iterators to derive from std::iterator. To fix this warning, stop deriving from std::iterator and start providing publicly accessible typedefs named iterator_category, value_type, difference_type, pointer, and reference. Note that value_type is required to be non-const, even for constant iterators. You can define...

  • Posted a comment on discussion STLplus Development and Bugs on STLplus C++ library collection

    The dtor of digraph (~digraph) is very slow, because clear is called that calls i=erase(i)...

View All

Personal Data

Username:
cpp-hacker
Joined:
2016-03-09 12:29:59

Projects

  • No projects to display.

Personal Tools

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.