mapleFU commented on PR #35527:
URL: https://github.com/apache/arrow/pull/35527#issuecomment-1542284305
```
[421/916] Building CXX object
src/arrow/util/CMakeFiles/arrow-utility-test.dir/iterator_test.cc.obj
In file included from
D:/a/_temp/msys64/mingw64/include/c++/13.1.0/bits/shared_ptr.h:53,
from
D:/a/_temp/msys64/mingw64/include/c++/13.1.0/condition_variable:45,
from
D:/a/arrow/arrow/cpp/src/arrow/util/iterator_test.cc:21:
```
Seems that it reports shared_ptr is wrong in this case, another case is that:
```
// Move into itself
moved_moved_ints = std::move(moved_moved_ints);
```
in `small_vector_test.cc`. I don't know why they're reported. So I just
leave them here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]