[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)
committerMike Gabriel <sunweaver@debian.org>
Fri, 12 Nov 2021 09:16:44 +0000 (09:16 +0000)
commit5a987d9d53dded5b748e87805952ee5e8aa2e854
treebb7412c0309331ab2cd339acc9fb8b100e870ffe
parentf7f5430f3e027519ac27dba20988b9fc6e1d7d18
[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