Re: error with d28016d16e9a (change to jsonencode.cc)
Carlo De Falco <[email protected]> Fri, 2 Oct 2020 08:49:42 +0000
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <[email protected]> |
Il giorno 1 ott 2020, alle ore 23:22, Benjamin Abbott via Octave-maintainers <[email protected]<mailto:[email protected]>> ha scritto: On Oct 1, 2020, at 10:43 AM, Carlo De Falco <[email protected]<mailto:[email protected]>> wrote: Il giorno 1 ott 2020, alle ore 17:26, Benjamin Abbott via Octave-maintainers <[email protected]<mailto:[email protected]>> ha scritto: I’m seeing a build problem on the default branch when building on macOS (10.15.6) using Homebrew for dependencies and Apple’s clang version 12.0.0 (clang-1200.0.32.2). does it work if you try building with CXXFLAGS="-std=c++14 "? c. Hi Carlo, Your suggestion worked for me. Ben So, if it is now accepted to require a C++14 compatible compiler we should just document that and change the current configure test which looks for C++11 to look for C++14 instead. Otherwise, the use of "auto" for parameters should be abandoned. I'm not following in detail the discussion on this between jwe and Rik but it seems they are planning some way to work around this ... c.