blob: fedab998a0fa39ce30c1f475da33dd02d8e0f4af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libs/rfc2045/testsuitecpp.C.orig 2025-10-17 22:49:54 UTC
+++ libs/rfc2045/testsuitecpp.C
@@ -19,7 +19,7 @@ void testrfc2045line_iter_testset(int &testnum, test_t
auto b=s.begin();
auto e=s.end();
- typename rfc2045::entity::line_iter<crlf>::iter<
+ typename rfc2045::entity::line_iter<crlf>::template iter<
std::string_view::iterator,
std::string_view::iterator
>
|