id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11697,Boost.Container: Wrong initialization order in tuple copy-constructor,Manuel Freiberger ,Ion Gaztañaga,"Hello, In the file boost/container/detail/variadic_templates_tools.hpp in line 57 there is a bug because the inherited class comes in the initialization list after the member. The code should read // Construct tuple from another tuple. template tuple(const tuple& other) // : m_head(other.head()), inherited(other.tail()) : inherited(other.tail()), m_head(other.head()) {} Best regards, Manuel ",Bugs,closed,To Be Determined,container,Boost 1.59.0,Problem,fixed,,