Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
-
None
Description
MSVC's implementation of std::list::splice invalidates certain iterators, while the standard requires that no iterators be invalidated by correct uses of splice. To work around this, introduce stdx::list, which is boost::container::list on MSVC and std::list, otherwise.