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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2d011c09df5a6ac86433fe1121057079270da560">https://github.com/macports/macports-ports/commit/2d011c09df5a6ac86433fe1121057079270da560</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2d011c09df5a6ac86433fe1121057079270da560
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Tue Apr 25 21:49:51 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    clang_compilers: Extend use of clang-16 to ports requesting c++17
</span>---
 _resources/port1.0/compilers/clang_compilers.tcl | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/compilers/clang_compilers.tcl b/_resources/port1.0/compilers/clang_compilers.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index be57c234260..fdf90d36239 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/compilers/clang_compilers.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/compilers/clang_compilers.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,10 +8,8 @@
</span> global os.major os.platform
 
 if {${os.major} >= 11 || ${os.platform} ne "darwin"} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {[option compiler.cxx_standard] >= 2020} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # clang 16 is the first to have 'decent' c++20 support so use this
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # For now limit exposure to this compiler for older standards.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # To be relaxed once clang-16 matures a bit.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[option compiler.cxx_standard] >= 2017} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Limit exposure of clang-16 to ports needing c++17 or newer
</span>         lappend compilers macports-clang-16
     }
     lappend compilers macports-clang-15 \
</pre><pre style='margin:0'>

</pre>