mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
fix literals
This commit is contained in:
parent
d26dafc3dc
commit
f08464943f
4 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
#include <sprout/iterator/bytes_iterator.hpp>
|
||||
#include <sprout/operation/fixed/set.hpp>
|
||||
#include <sprout/bit/rotl.hpp>
|
||||
#include <sprout/detail/udl_namespace.hpp>
|
||||
|
||||
namespace sprout {
|
||||
static_assert(CHAR_BIT == 8, "CHAR_BIT == 8");
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include <sprout/range/algorithm/fixed/copy.hpp>
|
||||
#include <sprout/operation/fixed/set.hpp>
|
||||
#include <sprout/bit/rotl.hpp>
|
||||
#include <sprout/detail/udl_namespace.hpp>
|
||||
#ifdef SPROUT_WORKAROUND_NOT_TERMINATE_RECURSIVE_CONSTEXPR_FUNCTION_TEMPLATE
|
||||
# include <sprout/workaround/recursive_function_template.hpp>
|
||||
#endif
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include <sprout/iterator/bytes_iterator.hpp>
|
||||
#include <sprout/numeric/accumulate.hpp>
|
||||
#include <sprout/detail/integer.hpp>
|
||||
#include <sprout/detail/udl_namespace.hpp>
|
||||
|
||||
namespace sprout {
|
||||
static_assert(CHAR_BIT == 8, "CHAR_BIT == 8");
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include <sprout/iterator/bytes_iterator.hpp>
|
||||
#include <sprout/numeric/accumulate.hpp>
|
||||
#include <sprout/functional/polymorphic/bit_xor.hpp>
|
||||
#include <sprout/detail/udl_namespace.hpp>
|
||||
|
||||
namespace sprout {
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue