File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 if : github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch'
2828 container :
29- image : ghcr.io/seqan/clang-latest
29+ image : ghcr.io/seqan/iwyu
3030 steps :
3131 - name : Run IWYU
3232 uses : seqan/actions/iwyu@main
Original file line number Diff line number Diff line change @@ -607,10 +607,10 @@ class interleaved_bloom_filter::counting_agent_type
607607 result_buffer.data () + result_buffer.size (),
608608 result_buffer.data () + result_buffer.capacity ());
609609# else
610- std::__annotate_contiguous_container<allocator_t >(result_buffer.data (),
611- result_buffer.data () + result_buffer.capacity (),
612- result_buffer.data () + result_buffer.size (),
613- result_buffer.data () + result_buffer.capacity ());
610+ std::__annotate_contiguous_container<allocator_type >(result_buffer.data (),
611+ result_buffer.data () + result_buffer.capacity (),
612+ result_buffer.data () + result_buffer.size (),
613+ result_buffer.data () + result_buffer.capacity ());
614614# endif
615615# endif
616616# endif
You can’t perform that action at this time.
0 commit comments