<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/827c0adbb15fcf5a8c1d02f9482b2929bd1426e9">https://github.com/macports/macports-ports/commit/827c0adbb15fcf5a8c1d02f9482b2929bd1426e9</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 827c0adbb15 doxygen: now requires C++17
</span>827c0adbb15 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 827c0adbb15fcf5a8c1d02f9482b2929bd1426e9
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Jun 8 20:35:09 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    doxygen: now requires C++17
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/65314
</span>---
 textproc/doxygen/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/doxygen/Portfile b/textproc/doxygen/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9c0e78c9f49..9a832e0232e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/doxygen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/doxygen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,7 +68,7 @@ patchfiles              patch-src-portable_c.c.diff \
</span>                         patch-CMakeLists.txt.diff \
                         patch-longtabu.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard   2014
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2017
</span> # error: no matching constructor for initialization of 'value_type' (aka 'pair<const std::__1::basic_string<char>, DotFilePatcher>')
 compiler.blacklist-append {clang < 900}
 
</pre><pre style='margin:0'>

</pre>