bindings: cxx: make bitset_cmp::operator() const
authorMichael Beach <michaelb@ieee.org>
Sat, 9 Feb 2019 15:06:18 +0000 (00:06 +0900)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Sun, 10 Feb 2019 14:14:22 +0000 (15:14 +0100)
commitc34d74a7e66cbea0cf1a8593a93e5928a3c05661
tree18c97e03992ec4742c49d3cbc5dbbf5cba78ae3b
parente474b7792adce5ffa81e964ffd5a6302388c8b3a
bindings: cxx: make bitset_cmp::operator() const

This fixes build problems with clang and libc++ and such constness is
now required by C++17 (see https://cplusplus.github.io/LWG/issue2542).

Signed-off-by: Michael Beach <michaelb@ieee.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/line_bulk.cpp