How can I (static_)assert that string is not a type?
I am working in an environment with many, many header files, into some of which sometimes a using namespace std;
sneaks in. I want to catch (in CI) when that does. It is easy to check that something does exist/compile, but the contrary is surprisingly difficult.