boost::intrusive::linear
// In header: <boost/intrusive/options.hpp> template<bool Enabled> struct linear { };
This option setter specifies if the list container should use a linear implementation instead of a circular one.