bindings: cxx: vix compile errors
authorAlexander Stein <alexander.stein@mailbox.org>
Wed, 7 Aug 2019 19:51:31 +0000 (21:51 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 9 Aug 2019 06:47:01 +0000 (08:47 +0200)
commit0226d42883a4d5090191eb9c769c8ddc40fc9c65
tree434a149a72e8a34af150df5b5ffcb797427d100d
parent2ba7798a7bac4fc8268d34338e2c0988a3c67c59
bindings: cxx: vix compile errors

This fixes the following compile errors:
tests-event.cpp:152:3: error: cannot declare reference to
'class std::system_error&', which is not a typedef or a template type
argument
  152 |   REQUIRE_THROWS_AS(line.event_get_fd(), ::std::system_error&);

This occurs on catch2 but not on catch.

Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/tests/tests-chip.cpp
bindings/cxx/tests/tests-event.cpp
bindings/cxx/tests/tests-line.cpp