<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6d8f68f0bf6f019cd7567e1dd1e51d34844bf657">https://github.com/macports/macports-ports/commit/6d8f68f0bf6f019cd7567e1dd1e51d34844bf657</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 6d8f68f0bf6 highlight: set C++ standard to 2017
</span>6d8f68f0bf6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6d8f68f0bf6f019cd7567e1dd1e51d34844bf657
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Tue Jun 4 21:51:42 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    highlight: set C++ standard to 2017
</span>---
 textproc/highlight/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/highlight/Portfile b/textproc/highlight/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c7023c6cdd8..064d23021c3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/highlight/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/highlight/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,9 +33,9 @@ post-patch {
</span> build.target        cli lib
 
 compiler.cxx_standard \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    2017
</span> configure.cxxflags-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -std=c++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -std=c++17
</span> 
 # Yes, this project's makefile uses CFLAGS to compile its C++ code.
 build.args          CFLAGS="\$CPPFLAGS \$CXXFLAGS" \
</pre><pre style='margin:0'>

</pre>