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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a685fa49ff5ba35e787d42ccd02154a32affac49">https://github.com/macports/macports-ports/commit/a685fa49ff5ba35e787d42ccd02154a32affac49</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 a685fa4  cxx11 PG - Extend clang blacklist to compilers that claim to support c++11 but for which support is lacking in some ways
</span>a685fa4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a685fa49ff5ba35e787d42ccd02154a32affac49
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sun Aug 11 13:14:18 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    cxx11 PG - Extend clang blacklist to compilers that claim to support c++11 but for which support is lacking in some ways
</span>---
 _resources/port1.0/group/cxx11-1.1.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/cxx11-1.1.tcl b/_resources/port1.0/group/cxx11-1.1.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 6ea680c..5343f15 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/cxx11-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/cxx11-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,6 +56,6 @@ if {${configure.cxx_stdlib} eq "libstdc++"} {
</span> 
     # GCC compilers cannot use libc++
     # We do not know what "cc" is, so blacklist it as well.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append   *gcc* {clang < 500} cc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append   *gcc* {clang < 700} cc
</span> 
 }
</pre><pre style='margin:0'>

</pre>