If you have two libraries that contain the same named function for example,
std::cout and myLib::cout
that execute different code, there is a namespace clash
If you have two libraries that contain the same named function for example,
std::cout and myLib::cout
that execute different code, there is a namespace clash