File libitpp-4.0.7-namespace.patch of Package itpp
--- itpp/base/timing.cpp
+++ itpp/base/timing.cpp
@@ -171,7 +171,7 @@ void pause(double t)
{
if (t == -1) {
std::cout << "(Press enter to continue)" << std::endl;
- getchar();
+ ::getchar();
}
else {
Real_Timer T;