]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Removed boost namespace from tests so they compile
authorAntony Woods <acron1@gmail.com>
Tue, 29 Oct 2013 08:40:31 +0000 (08:40 +0000)
committerAntony Woods <acron1@gmail.com>
Tue, 29 Oct 2013 08:40:31 +0000 (08:40 +0000)
entityx/Entity_test.cc
entityx/System_test.cc
entityx/tags/TagsComponent_test.cc

index 0f277a8701b3592eab8325e47ed0a7833e0ac834..c4fdc648a619944fcdd20fecc5a46c048f216588 100644 (file)
@@ -16,8 +16,7 @@
 #include <gtest/gtest.h>\r
 #include "entityx/Entity.h"\r
 \r
-// using namespace std; // This will give name space conflicts with boost\r
-using namespace boost;\r
+// using namespace std;\r
 using namespace entityx;\r
 \r
 using std::ostream;\r
index 75ae6e7fe588e0003b3109403d3581b8890d0455..269328a91cd7c306b5ce079cecf169a0a62f053e 100644 (file)
@@ -15,8 +15,7 @@
 #include "entityx/System.h"\r
 \r
 \r
-// using namespace std; // This will give name space conflicts with boost\r
-using namespace boost;\r
+// using namespace std;\r
 using namespace entityx;\r
 using std::string;\r
 \r
index 387c3a5ad117a704dede1c96ccc1502152cae413..87b99b903d04de37e4fcde1f78dd5d3c71c60521 100644 (file)
@@ -12,7 +12,6 @@
 #include "entityx/tags/TagsComponent.h"\r
 \r
 using namespace std;\r
-using namespace boost;\r
 using namespace entityx;\r
 using namespace entityx::tags;\r
 \r