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
src/common/MemoryBuffer.hpp(18,35): warning : class with destructor marked 'final' cannot be inherited from [-Wfinal-dtor-non-final-class]
src/common/MemoryBuffer.hpp(13,7): note: mark 'ancient::internal::MemoryBuffer' as 'final' to silence this warning
src/common/WrappedVectorBuffer.hpp(20,42): warning : class with destructor marked 'final' cannot be inherited from [-Wfinal-dtor-non-final-class]
src/common/WrappedVectorBuffer.hpp(16,7): note: mark 'ancient::internal::WrappedVectorBuffer' as 'final' to silence this warning
The text was updated successfully, but these errors were encountered:
What is the version of the clang-cl, I haven't seen this on apple clang (14)?
Funnily enough, that is fixed in my branch but it is multibroken still (not going to merge it anytime soon). I can pick this thing from there separately
The text was updated successfully, but these errors were encountered: