Why am I getting a compile error “expected identifier before ‘{‘ token” ? (C++ 14)
I previously thought that you can “force” varibles in to a temporary struct by using {} to sort of “bind” them together. I used this a couple times before and they worked. But this time it didn’t work.