Re: [eigen] Eigen moving to C++14 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen moving to C++14
- From: "Matt ..." <matt.vinson@xxxxxxxxxxxxx>
- Date: Sat, 4 Sep 2021 12:17:04 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sbcglobal.net; s=s2048; t=1630779432; bh=CVgjvZ8kI1RimikXUxrZJiAVIlauAA4jgX7gmnApE3Q=; h=From:Subject:Date:References:In-Reply-To:To:From:Subject:Reply-To; b=Ra3xCyzp03sTXmT3m8a1U3TBeMTftvC5h6puJ0AoP87PG8muoynEgyEo8aE0R0sd7qNgTG2TBJ4/bK3mm3tSDeIvVxu3okwqmjxPN0cKFKJcq8c/Skw4wXHh32oMQPTYHj7AZj7mY2RpqKkri3k6h6p1o8rrvxGIcF89vP2RcaOusF/z5fGrY+akwfMYWgjlQa62CTyKTO8lf4idhugrV8XHDBeSuhPiJ9I1lYZkbmcN4uLyuBDibGGYHIqt3AmswAjzFEYZpjGQNwOD5DJOxo1Whmfz3YMYKx7GDWHEjhSbTi0nRgZO7DCm9WjkPbrD56WlOu+SZJhNOvxn8J9Ofg==
Agreed!
Matt
> On Sep 4, 2021, at 8:23 AM, Janek Kozicki (yade) <jkozicki-yade@xxxxxxxxx> wrote:
>
> Good move, congrats!
>
> Rasmus Munk Larsen said: (by the date of Fri, 3 Sep 2021 17:22:34 -0700)
>
>> The Eigen maintainers met today, and have decided to make C++14 the minimum
>> supported language standard on the master branch. (
>> https://en.cppreference.com/w/cpp/14) Because of the change i language
>> standard, and because we likely want to break existing APIs as we clean up
>> and merge new features in the coming period, the next version of Eigen will
>> most likely be called version 4.0.0. If your project is unable to compile
>> with c++14, you will have to stay with Eigen 3.4.x. The 3.4.x branch will
>> be frozen in terms of features, but will continue to be maintained and
>> receive bug fixes. If your project is in the (hopefully unlikely) situation
>> you cannot use c++14 but also want to add or use new features not in 3.4.x,
>> let us know. This change means that the we will change the minimum compiler
>> versions supported by Eigen to the earliest one supporting all c++14 core
>> language and library features. As far as we can tell, that means GCC 5,
>> Clang 3.4, and MSVC 19.10. We will also drop support CUDA versions older
>> than 9.
>> Best regards, The Eigen maintainer team
>
>
> --
> --
> Janek Kozicki, PhD. DSc. Arch. Assoc. Prof.
> Gdansk University of Technology (Gdansk Tech)
> Faculty of Applied Physics and Mathematics
> Department of Theoretical Physics and Quantum Information
> --
> http://yade-dem.org/
> http://pg.edu.pl/jkozicki (click English flag on top right)
>
>