octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #44965] configure.ac: Enable C++11 support if


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #44965] configure.ac: Enable C++11 support if possible
Date: Thu, 30 Apr 2015 02:24:09 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 Iceweasel/35.0.1

URL:
  <http://savannah.gnu.org/bugs/?44965>

                 Summary: configure.ac: Enable C++11 support if possible
                 Project: GNU Octave
            Submitted by: mtmiller
            Submitted on: Wed 29 Apr 2015 10:24:08 PM EDT
                Category: Configuration and Build System
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: Postponed
             Assigned to: mtmiller
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

I think it's time to start enabling Octave's build to use C++11 if possible
(or C++0x). There is an autoconf-archive macro that we can use for this
purpose.

I'm not advocating for using C++11 features everywhere, but at least enable
the compiler options to make it possible to start using some library features
if possible.

There are some math functions that are available in the C++ standard library
in C++11. Newer versions of LLVM also require building with C++11 (they've
apparently started using the auto keyword and std::move() everywhere in their
inline functions).

Not for 4.0 obviously.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44965>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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