Deprecate DUNE_DEPRECATED and DUNE_DEPRECATED_MSG
We're fully on C++14 now (see !320 (merged)), we should be able to use the attributes [[deprecated]] and [[deprecated("msg")]] instead.
The contents of the DUNE GitLab website for unauthenticated users is under heavy restrictions at the moment. This may cause some unexpected and temporary inconveniences, like not being able to reach certain pages or CI jobs not being able to connect to the GitLab services. Thank you for your understanding.
We're fully on C++14 now (see !320 (merged)), we should be able to use the attributes [[deprecated]] and [[deprecated("msg")]] instead.