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
do we want to turn off this warning @fcooper8472 , seems like pointer arithmetic is kinda essential for an iterator!
/home/travis/build/trase-cpp/trase/src/util/ColumnIterator.hpp:92:26: warning: do not use pointer arithmetic [cppcoreguidelines-pro-bounds-pointer-arithmetic]
void increment() { m_p += m_stride; }
The text was updated successfully, but these errors were encountered:
do we want to turn off this warning @fcooper8472 , seems like pointer arithmetic is kinda essential for an iterator!
The text was updated successfully, but these errors were encountered: