|
From: Andreas S. <an...@sp...> - 2009-02-19 15:34:53
|
Es schrieb Andreas Spengler > Using "-library=stlport4" (as needed for the compilation of boost, btw.) > solved the problem... Well, quite; in some files, the math functions like pow have to be qualified with std:: STLport has no "using" statements to put those into the global namespace... Rgds, Andreas |