<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/72dd3cced47809c267cec8837b3b4aa91f64128f">https://github.com/macports/macports-ports/commit/72dd3cced47809c267cec8837b3b4aa91f64128f</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 72dd3cced47 opencv4: Update c++ standard to c++14
</span>72dd3cced47 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 72dd3cced47809c267cec8837b3b4aa91f64128f
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Mar 15 21:16:29 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    opencv4: Update c++ standard to c++14
</span>---
 graphics/opencv4/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/opencv4/Portfile b/graphics/opencv4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 768d1c9b836..09624cb7c3d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/opencv4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/opencv4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,8 +55,10 @@ patchfiles-append   patch-dylib_suffix.diff
</span> 
 #worksrcdir          ${parent_subport_name}-${version}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Claims to only need c++11 but actually uses c++14 features
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# core/cvstd_wrapper.hpp:45:40: warning: variable templates are a C++14 extension [-Wc++14-extensions]
</span> compiler.cxx_standard \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    2014
</span> 
 compiler.blacklist-append \
                     *gcc* \
</pre><pre style='margin:0'>

</pre>