1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add single and range bitwise operations

This commit is contained in:
bolero-MURAKAMI 2014-04-05 10:27:27 +09:00
parent 5bfb5087ac
commit fd608b74e2
13 changed files with 318 additions and 2 deletions

View file

@ -13,8 +13,8 @@
#include <sprout/bit/count.hpp>
#include <sprout/bit/rightmost.hpp>
#include <sprout/bit/reverse.hpp>
//#include <sprout/bit/single.hpp>
//#include <sprout/bit/range.hpp>
#include <sprout/bit/single.hpp>
#include <sprout/bit/range.hpp>
//#include <sprout/bit/pow2.hpp>
//#include <sprout/bit/saturated.hpp>
//#include <sprout/bit/align.hpp>