bindings: cxx: drop noexcept from direction() and active_state()
authorKent Gibson <warthog618@gmail.com>
Fri, 15 Nov 2019 14:43:41 +0000 (22:43 +0800)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 18 Nov 2019 14:27:21 +0000 (15:27 +0100)
commitbf7ce9f6320c36dfd16386f9f0ffeba85fe79514
tree56a7f0c8c12b5fb9736026f77e8df8c720c895b8
parente0ab3770975b8c9dde479d4c34e5f1ac8d800d8c
bindings: cxx: drop noexcept from direction() and active_state()

Both line::direction() and line::active_state() methods can throw and
so should not be declared as noexcept.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/gpiod.hpp
bindings/cxx/line.cpp