bindings: cxx: fix building gpiod::timestamp with clang
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 10 Feb 2023 12:54:18 +0000 (13:54 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 10 Feb 2023 12:54:18 +0000 (13:54 +0100)
commit7af39c2ff33fb8cbbbb0fcfb1ad0801dac5ff534
treeaebdeef53b8b0c7db2eabbb37551156bfac6713e
parentceaf80e5aba71a01b2df0d708e11ffbf74875842
bindings: cxx: fix building gpiod::timestamp with clang

Clang's system_clock implementation uses microseconds resolution by
default and we fail to construct a time_point out of chrono::nanoseconds
as the library prohibits us from accidentally losing information when
casting the latter to the former. Use nanoseconds explicitly as the
resolution of the realtime timestamp.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/cxx/gpiodcxx/timestamp.hpp