frankyeh / DSI-Studio

A Tractography Tool for Diffusion MRI
http://dsi-studio.labsolver.org
Other
118 stars 54 forks source link

Update to std::filesystem breaks compilation on ubuntu 18.04 #63

Closed gdevenyi closed 3 years ago

gdevenyi commented 3 years ago

The version of qt on 18.04 is 5.9.5 which is not c++-17 compatible.

gdevenyi commented 3 years ago

Nevermind. Its because the whole thing doesn't work below 5.12.

frankyeh commented 3 years ago

I revised the DSI Studio code and will use g++9 in the future to ensure better C++17 compatibility. Frank

On Thu, Jul 8, 2021 at 4:37 PM Gabriel A. Devenyi @.***> wrote:

Closed #63.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.