bindings: cxx: initialize bitset with integer instead of string
authorKent Gibson <warthog618@gmail.com>
Fri, 15 Nov 2019 14:43:42 +0000 (22:43 +0800)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 18 Nov 2019 14:28:11 +0000 (15:28 +0100)
commit8eaa3dc7c3395bc73e71f353607c1237b75e5165
tree44758b64e25cd21ffa3af42a18ec18922ece0e42
parentbf7ce9f6320c36dfd16386f9f0ffeba85fe79514
bindings: cxx: initialize bitset with integer instead of string

Initializing bitsets with string is inefficient and confusing.
Initialize them with the corresponding int instead.

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