Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add InputRange... classes as a replacement for cppcoro::generator #1678

Merged
merged 15 commits into from
Dec 16, 2024
Merged
Prev Previous commit
Next Next commit
Update IteratorTest.cpp
  • Loading branch information
joka921 authored Dec 16, 2024
commit 4a17f62c9c77cc3bdce3d1895a17936314f85beb
1 change: 0 additions & 1 deletion test/IteratorTest.cpp
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@
#include <gtest/gtest.h>

#include <algorithm>
#include <c++/11/numeric>
#include <string>

#include "../src/util/Iterators.h"