gcc does not like iomanip stuff without namespace around
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
#if defined (WIN32) || defined (LINUX)
|
||||
#ifdef _DEBUG
|
||||
|
||||
using namespace std;
|
||||
|
||||
template <class T>
|
||||
std::string ToHex(T* pointer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user