mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-08-27 14:40:51 +00:00
7 lines
199 B
C++
7 lines
199 B
C++
#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
|