bindings: cxx: fix std namespace resolution
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 3 Feb 2020 10:24:03 +0000 (11:24 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 3 Feb 2020 10:24:03 +0000 (11:24 +0100)
commit573f3a91ace8fbff9e1751c63e328319b41a9e27
tree889b69d56dd3cd3fece911cff7f0ddf4125855b2
parent6f8700e0bde0b76cf76efc14a247937a222a219c
bindings: cxx: fix std namespace resolution

We try to always resolve symbols from std starting from the global
namespace by using the '::' prefix but there are a couple places where
this was missed. This patch makes the resolution consistent treewide.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/gpiod.hpp
bindings/cxx/line_bulk.cpp
bindings/cxx/tests/gpio-mockup.cpp