morzhovets / momo

C++ template containers with optimized memory consumption
https://morzhovets.github.io/momo
MIT License
12 stars 2 forks source link

gcc 9.2.1 #3

Closed asidorov95 closed 4 years ago

asidorov95 commented 4 years ago
momo/DataSelection.h:303:3: warning: converting ‘momo::internal::DataConstItemIterator<TItem, TRowIterator, TSettings>’ to the same type will never use a type conversion operator [-Wclass-conversion]
  303 |   operator ConstIterator() const noexcept
      |   ^~~~~~~~
momo/DataSelection.h:380:3: warning: converting ‘momo::internal::DataConstItemBounds<TItem, TRowBounds, TSettings>’ to the same type will never use a type conversion operator [-Wclass-conversion]
  380 |   operator ConstBounds() const noexcept
      |   ^~~~~~~~