<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>