Opened 9 years ago
Closed 9 years ago
#50098 closed defect (wontfix)
eigen3 @3.2.7_1 +gcc44 incompatible with g++44 with -std=c++0x
Reported by: | Jobst.Ziebell@… | Owned by: | eborisch (Eric A. Borisch) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | c++11 | Cc: | |
Port: | eigen3 |
Description
Including <Eigen/Core> fails with the compile switch -std=c++0x, because nullptr was not implemented with g++44.
Change History (2)
comment:1 Changed 9 years ago by mojca (Mojca Miklavec)
Owner: | changed from macports-tickets@… to eborisch@… |
---|
comment:2 Changed 9 years ago by eborisch (Eric A. Borisch)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This should be submitted upstream. http://eigen.tuxfamily.org/bz/
(Or use g++46 and up https://gcc.gnu.org/gcc-4.6/changes.html.)