octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Will version 4.2 require C++11?


From: Rik
Subject: Will version 4.2 require C++11?
Date: Fri, 20 May 2016 09:45:46 -0700

5/20/16

jwe,

I notice that the 'auto' keyword is now used in 5 places in liboctave:

system/lo-sysdep.h:const auto octave_getcwd = octave::sys::getcwd;
system/lo-sysdep.h:const auto octave_chdir = octave::sys::chdir;
system/lo-sysdep.h:const auto octave_popen2 = octave::sys::popen2;
util/oct-glob.h:const auto octave_fnmatch = octave::sys::fnmatch;
util/oct-glob.h:const auto octave_glob = octave::sys::glob;

That keyword is a C++11 feature.  Are we going to move to require that
feature level for the development branch?

--Rik




reply via email to

[Prev in Thread] Current Thread [Next in Thread]