Re: [eigen] Dropping C++14 compatibility discussion |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Dropping C++14 compatibility discussion
- From: Mark Borgerding <mark@xxxxxxxxxxxxxx>
- Date: Wed, 6 May 2020 09:05:48 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=borgerding.net; s=20191115-ca3xhr5z; t=1588770348; bh=CZYHmD17FLUA5JFZPg0O+wMSVqYMuk3zRFyLOZgC7aA=; h=Subject:To:From:Date:From; b=F8OU+XMd9dJarf9t46m4JVYoIYOa0TAl69pYnMyBqv/RosMRAmeOArtD+xopbpLJS la4hngpqTu5MKq45btBFZl8UwyafSlxI76y0tHAKQzinCjuV+7Le+Equjn+xHTL+bi 7luXHzWK11FWcZTyMrVVj4NoF25yOdOk/4cKnotA=
I think it makes sense for Eigen to embrace modern C++ and require c++14
(17?) in new versions.
But ... I'm a little sad I won't personally be able to use those
versions for a long while. I have a customer with a lot of stable
systems that won't/can't upgrade compilers but still pays for
maintenance/improvements of code written for them.
It would be nice if a c++98 or c++03 branch was minimally maintained for
bugfixes, but it seems a waste of time to do much more than that for the
older standards.
-- Mark