<div dir="ltr"><div>All,</div><div><br></div><div>Related... especially since the GDAL RFC is based on GEOS RFC 5</div><div dir="ltr"><br></div><div dir="ltr"><div><a href="https://trac.osgeo.org/geos/wiki/RFC5">https://trac.osgeo.org/geos/wiki/RFC5</a><br></div><div><a href="https://gdal.org/development/rfc/rfc68_cplusplus11.html">https://gdal.org/development/rfc/rfc68_cplusplus11.html</a><br></div><div>And where does PROJ say the C/C++ requirements?</div><div><br></div></div><div dir="ltr">Even,<div><br></div><div>What is the current version of C++ required for PROJ and GDAL?  If it's newer, should we add an update to GDAL RFC 68?</div><div><br></div><div>And C version?  Is it C99?</div><div><br></div><div>-kurt<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 18, 2023 at 5:38 AM Daniel Baston <<a href="mailto:dbaston@gmail.com">dbaston@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
What is the current lowest version?  C++11 requires gcc 4.9, strictly,<br>
but 4.8 is often enough.   Is this "4.9 worked before and will still<br>
work", or something else.<br></blockquote><div><br></div><div>The lowest gcc version we test is 5. We know that GEOS does not build with gcc 4.8</div><div>because we sometimes return std::unique_ptr<Derived> from functions with return <br></div><div>type std::unique_ptr<Base>. I have not tried building this pull request with gcc 4.9 <br></div><div>(it does not appear to be available on the GitHub runner), but C++14 auto lambdas <br></div><div>are claimed to be supported beginning in 4.9.<br></div><div><br></div><div> Dan</div></div></div>
_______________________________________________<br>
geos-devel mailing list<br>
<a href="mailto:geos-devel@lists.osgeo.org" target="_blank">geos-devel@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geos-devel" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geos-devel</a><br>
</blockquote></div></div>