MaksymT17/aquamarine

replace bit shiftings wit bitset

Closed this issue · 0 comments

remove oldschool bit shifts, and use std::bitset<> instead.
Make code more readable and use modern types defined already in standard.