gcc does not like iomanip stuff without namespace around

This commit is contained in:
Xawotihs
2010-12-16 18:24:39 +00:00
parent 4458e61b75
commit ae9ae7783b
+2
View File
@@ -14,6 +14,8 @@
#if defined (WIN32) || defined (LINUX) #if defined (WIN32) || defined (LINUX)
#ifdef _DEBUG #ifdef _DEBUG
using namespace std;
template <class T> template <class T>
std::string ToHex(T* pointer) std::string ToHex(T* pointer)
{ {