Hi there. How come when in one file i unclude <cmath> i need to use
std::tan(...), and in another file i include <cassert> and std::assert fails
to compile. Nowhere in my code i do using namespace std; Seams like some
things in my header files are in std namespace and some are not. Is that
correct, or is my compiler (mingw, 3.2 i think) horribly broken? :o)
Thanx,
Martin
std::tan(...), and in another file i include <cassert> and std::assert fails
to compile. Nowhere in my code i do using namespace std; Seams like some
things in my header files are in std namespace and some are not. Is that
correct, or is my compiler (mingw, 3.2 i think) horribly broken? :o)
Thanx,
Martin
Comment