mirror of
https://github.com/boostorg/intrusive.git
synced 2026-01-19 04:12:14 +00:00
- linear_slist_algorithms use a simple node_ptr instead of std::pair on return. - list/slist use operator </operator == instead of std::equal_to/std::less.