sbaldu / DynamicalSystemFramework

Framework for modelling dynamical complex systems

Home Page:https://sbaldu.github.io/DynamicalSystemFramework/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to include `source_location` for clang/Apple clang <15.0

sbaldu opened this issue · comments

As said in PR #136, trying to compile the library on Linux with Clang <15.0 or MacOS with Apple clang <15.0 gives a compilation error because it doesn't support source_location.
Ref: https://en.cppreference.com/w/cpp/compiler_support/20#C.2B.2B20_library_features

What about making clang 15.0 the minimum?

Seems ok now... shall we close this @sbaldu ?