id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3721,list::sort() doesn't work if value traits are stateful,anonymous,Ion Gaztañaga,"list::sort() uses temporary lists, constructed in this way: list_impl carry; list_impl counter[64]; the list_impl constructor takes the value traits of the list as an optional argument, which must be passed in case the value traits are stateful. I think it should be list_impl carry(get_real_value_traits()); ",Bugs,closed,Boost 1.45.0,intrusive,Boost 1.41.0,Problem,fixed,,