I'm new and started to study computer science. My issue is that we are coding in Ubuntu with clang and my code dont want to compile.
It says:
inline variables are a c++17 extension [-Wc++17-extensions]
So I gooogled it and did not found any solution how to set it on version 17. I think it is how it will be fixed. So how exactly do i set clang to default to C++ v 17?
Thanks for any kind of help!
Did write some things I found on google and dont know what was wrong, because I dont know what I'm doing.