Some change in GTest 1.11 headers caused a conflict on the name
`Pointer`. Removing the unconditional import of namespace `testing`
in favor of individual imports of the used items fixes it.
cc #205
Gbp-Pq: Name 0002-Fix-build-when-using-GTest-1.11.patch
#include <memory>
-using namespace testing;
+using testing::AnyNumber;
+using testing::Eq;
+using testing::Ne;
+using testing::NotNull;
+
using namespace wlcs;
namespace
#include <gmock/gmock.h>
-using namespace testing;
+using testing::AnyNumber;
+using testing::IsTrue;
+using testing::NotNull;
+using testing::_;
+
using namespace wlcs;
namespace