Closed gigglesun closed 2 years ago
That's correct, an unrolled list cannot have that kind of functionality as it requires splitting blocks and thereby invalidating pointers to elements. From the plflib page: It's functionality replicates std::list with two minor exceptions: the removal of single-element and ranged splices when the source is not *this
plf::list do not have same splice interface as std::list as below
following code can compile through, change to plf::list, will failed to compile