TODO: add a task for replacing chrono::duration with chrono::time_point
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 15 Oct 2020 08:45:27 +0000 (10:45 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 15 Oct 2020 08:45:27 +0000 (10:45 +0200)
commita3aceace1b75f8eea30bd31ad3efcc4ed417d731
tree55a11e20afefd5122d8725d3df86ff968f63db25
parentf2f5c62f7ece23627f2dac4a58f75ee3e085f051
TODO: add a task for replacing chrono::duration with chrono::time_point

We should store event timestamps in C++ bindings in
::std::chrono::time_point objects rather than in
::std::chrono::duration. Add a task for that to TODO.

Suggested-by: Helmut Grohne <helmut.grohne@intenta.de>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
TODO