I recently got the following assertion in our testsuite (several versions of gcc recent and older):
**/usr/local/include/boost/multi_index/detail/node_type.hpp:41:3: error: static assertion failed: detail::is_index_list<IndexSpecifierList>::value
41 | BOOST_STATIC_ASSERT(detail::is_index_list<IndexSpecifierList>::value);
**
The file was recently modified in 890f0329390fac7ef7b9607f5c9dd1ef51a6779b so I was wondering it you already saw this error?
In the meantime I'll try to prepare a self-contained example.