summaryrefslogtreecommitdiff
path: root/mail/courier-imap/files/patch-libs_rfc2045_testsuitecpp.C
blob: 649fadc8ea7989536b7d58b274399b5e69f5ffcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libs/rfc2045/testsuitecpp.C.orig	2025-10-04 09:00:06 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
 			>