Skip to content

Commit

Permalink
bit_iterator is moved back to ict::
Browse files Browse the repository at this point in the history
It was moved inside bitstring.

Signed-off-by: Mark Beckwith <wythe@intrig.com>
  • Loading branch information
wythe committed Dec 23, 2019
1 parent 54dd8de commit 63dc457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/xenon/ict
2 changes: 1 addition & 1 deletion include/xenon/ximsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bitstring encode_three(std::string &source, int start_index) {

auto nvar = ict::netvar<uint16_t>(D);

auto bs = bitstring(bitstring::bit_iterator(nvar.data.data()), 16);
auto bs = bitstring(bit_iterator(nvar.data.data()), 16);
bs.remove(0, 6);

return bs;
Expand Down

0 comments on commit 63dc457

Please sign in to comment.