add c++1y rightmost bit manipurations

This commit is contained in:
bolero-MURAKAMI 2014-03-31 17:18:22 +09:00
parent 56c9d52436
commit e244ea2932
21 changed files with 560 additions and 183 deletions

View file

@ -17,8 +17,8 @@
#include <sprout/container/indexes.hpp>
#include <sprout/iterator/operation.hpp>
#include <sprout/algorithm/fixed/results.hpp>
#include <sprout/bit/reverse.hpp>
#include <sprout/bit/length.hpp>
#include <sprout/bit/bit_reverse.hpp>
#include <sprout/bit/bit_length.hpp>
namespace sprout {
namespace fixed {