compile
command_line: /opt/hostedtoolcache/cmake/4.0.2/x64/cmake-4.0.2-linux-x86_64/bin/cmake -E __run_co_compile --iwyu=iwyu;--driver-mode=g++ -- /usr/bin/clang++-17 -I/home/runner/work/nightly-builds/nightly-builds/src/beman/exemplar/../../../include -g -DGTEST_HAS_PTHREAD=1 -MD -MT tests/beman/exemplar/CMakeFiles/beman.exemplar.tests.identity.dir/identity.test.cpp.o -MF tests/beman/exemplar/CMakeFiles/beman.exemplar.tests.identity.dir/identity.test.cpp.o.d -o tests/beman/exemplar/CMakeFiles/beman.exemplar.tests.identity.dir/identity.test.cpp.o -c /home/runner/work/nightly-builds/nightly-builds/tests/beman/exemplar/identity.test.cpp
working_directory: "/home/runner/work/nightly-builds/nightly-builds/build"
Target: beman.exemplar.tests.identity
Target Type: EXECUTABLE
Target Labels: {}
Source: /home/runner/work/nightly-builds/nightly-builds/tests/beman/exemplar/identity.test.cpp
Language: C++
Config: Debug
Warning: include-what-you-use reported diagnostics:
/home/runner/work/nightly-builds/nightly-builds/tests/beman/exemplar/identity.test.cpp should add these lines:
#include <initializer_list> // for begin, end
#include <memory> // for allocator
#include "gtest/gtest.h" // for Message, TestPartResult
/home/runner/work/nightly-builds/nightly-builds/tests/beman/exemplar/identity.test.cpp should remove these lines:
- #include <functional> // lines 8-8
The full include-list for /home/runner/work/nightly-builds/nightly-builds/tests/beman/exemplar/identity.test.cpp:
#include <gtest/gtest.h> // for Test, TestInfo (ptr only)
#include <algorithm> // for find, __cpp_lib_transparent_o...
#include <beman/exemplar/identity.hpp> // for identity
#include <initializer_list> // for begin, end
#include <memory> // for allocator
#include "gtest/gtest.h" // for Message, TestPartResult
---