Boost logo

Boost Users :

Subject: [Boost-users] [container][slist] constant time splice_after
From: Aaron Levy (aaron.levy_at_[hidden])
Date: 2014-09-13 06:06:34


What happens if I call slist::splice_after(this_iter, that_list, that_begin, that_end, nelems) with an nelems value that does not match std::distance(that_begin, that_end). In other words, is there any kind of validations performed on nelems and is it just used to update the size of the list?

Aaron


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net