mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
delete integer/bit.hpp (see bit/operation.hpp)
This commit is contained in:
parent
c5dfb6c540
commit
e15e8f123e
4 changed files with 2 additions and 24 deletions
|
@ -1,8 +0,0 @@
|
||||||
#ifndef SPROUT_INTEGER_BIT_HPP
|
|
||||||
#define SPROUT_INTEGER_BIT_HPP
|
|
||||||
|
|
||||||
#include <sprout/config.hpp>
|
|
||||||
#include <sprout/integer/bit_length.hpp>
|
|
||||||
#include <sprout/integer/bit_reverse.hpp>
|
|
||||||
|
|
||||||
#endif // #ifndef SPROUT_INTEGER_BIT_HPP
|
|
|
@ -1,7 +0,0 @@
|
||||||
#ifndef SPROUT_INTEGER_BIT_LENGTH_HPP
|
|
||||||
#define SPROUT_INTEGER_BIT_LENGTH_HPP
|
|
||||||
|
|
||||||
#include <sprout/config.hpp>
|
|
||||||
#include <sprout/bit/length.hpp>
|
|
||||||
|
|
||||||
#endif // #ifndef SPROUT_INTEGER_BIT_LENGTH_HPP
|
|
|
@ -1,7 +0,0 @@
|
||||||
#ifndef SPROUT_INTEGER_BIT_REVERSE_HPP
|
|
||||||
#define SPROUT_INTEGER_BIT_REVERSE_HPP
|
|
||||||
|
|
||||||
#include <sprout/config.hpp>
|
|
||||||
#include <sprout/bit/reverse.hpp>
|
|
||||||
|
|
||||||
#endif // #ifndef SPROUT_INTEGER_BIT_REVERSE_HPP
|
|
|
@ -9,8 +9,8 @@
|
||||||
#include <sprout/container/functions.hpp>
|
#include <sprout/container/functions.hpp>
|
||||||
#include <sprout/iterator/operation.hpp>
|
#include <sprout/iterator/operation.hpp>
|
||||||
#include <sprout/algorithm/fixed/result_of.hpp>
|
#include <sprout/algorithm/fixed/result_of.hpp>
|
||||||
#include <sprout/integer/bit_reverse.hpp>
|
#include <sprout/bit/reverse.hpp>
|
||||||
#include <sprout/integer/bit_length.hpp>
|
#include <sprout/bit/length.hpp>
|
||||||
|
|
||||||
namespace sprout {
|
namespace sprout {
|
||||||
namespace fixed {
|
namespace fixed {
|
||||||
|
|
Loading…
Reference in a new issue