[PATCH 2/2] Fix build when using GTest-1.11
authorVictor Berger <victor.berger@m4x.org>
Thu, 8 Jul 2021 17:39:30 +0000 (19:39 +0200)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 9 Jan 2022 23:11:32 +0000 (23:11 +0000)
commitaa9857f2f0010518e0b0d50a96427f643159c886
treef15dda91ef8eca5c10153b881561f8c3129070b7
parent800265c256b22a730a48c5c527f68bd44a5b4641
[PATCH 2/2] Fix build when using GTest-1.11

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
tests/pointer_constraints.cpp
tests/relative_pointer.cpp