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

Rework exceptions logging using `source_location`

Grufoony opened this issue · comments

We may rework the exception logging by using the C++20 feature contained into <source_location>.
A well written example is on cpp reference.
Should we add a new header for this @sbaldu?