Open yuxianch opened 4 years ago
@yuxianch thanks for commenting on this issue. we might soon integrate a new iterator concept which aligns with newer C++ standards. for now we might want to live with that warning. please feel free to create a pull request for that issue.
Hi, I found that Test test3_mvov failed for map/set iterators incompatible in clang and clang-cl on Windows. Below are the commands that I used.
I got lots of warnings when compiling
test32.cpp
andtest33.cpp
, which look like this.And I also got the following output and a window which showed me the debug assertion failing message when running the exeutable file
test3
.As the warnings tell us, should the source code be modified to fix this issue? Thanks!