Hello,
Came across an interesting error during compilation, as changing the Cpp standard from C++17 to C++20, using UE 5.3.2, the compiler can no longer see a namespace which contains multiple functions.
I’m not aware of any changes to namespaces in the newer standard, how come and suddenly the compiler starts complaining about undeclared identifiers, while using C++17 everything is working.
Thank you.