From 469a035b2afb22dcbb9050f07794091a0aba229e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 11 Sep 2016 09:00:22 -0700 Subject: [PATCH] Fixed issue #128. --- include/bx/bx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/bx.h b/include/bx/bx.h index 80e9b76..c9419b3 100644 --- a/include/bx/bx.h +++ b/include/bx/bx.h @@ -82,6 +82,6 @@ namespace bx } // namespace bx // Annoying C++0x stuff.. -namespace std { namespace tr1 {}; using namespace tr1; } +//namespace std { namespace tr1 {}; using namespace tr1; } #endif // BX_H_HEADER_GUARD