aboutsummaryrefslogtreecommitdiff
path: root/mail/courier-imap/files/patch-libs_rfc2045_testsuitecpp.C
diff options
context:
space:
mode:
Diffstat (limited to 'mail/courier-imap/files/patch-libs_rfc2045_testsuitecpp.C')
-rw-r--r--mail/courier-imap/files/patch-libs_rfc2045_testsuitecpp.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/courier-imap/files/patch-libs_rfc2045_testsuitecpp.C b/mail/courier-imap/files/patch-libs_rfc2045_testsuitecpp.C
new file mode 100644
index 000000000000..649fadc8ea79
--- /dev/null
+++ b/mail/courier-imap/files/patch-libs_rfc2045_testsuitecpp.C
@@ -0,0 +1,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
+ >