You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked into this, as far as I can say this is a bug in boost::small_vector. In this commit libstdc++ added some safety checks to ensure the allocators are working correctly: gcc-mirror/gcc@64c986b
And I think due to these the build fails. I don't think I can do anything about this in my code, I'd report a bug in boost
Also, semi-related, I have created an issue to add allocator support to ankerl::svector, then this would be an alternative: martinus/svector#51
Online repro: https://gcc.godbolt.org/z/aMaTWeWj5
I'm not sure if the issue wrt allocator rebinding is in here or in boost::small_vector, if you happen to have an idea...
The text was updated successfully, but these errors were encountered: