mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
all type_traits support C++14 requirements
This commit is contained in:
parent
bf0c7021cf
commit
403e83eaf0
95 changed files with 319 additions and 268 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <stdexcept>
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/detail/sizeof.hpp>
|
||||
#include <sprout/container/traits.hpp>
|
||||
#include <sprout/iterator/index_iterator.hpp>
|
||||
#include <sprout/functional/hash.hpp>
|
||||
|
@ -36,11 +37,6 @@
|
|||
|
||||
namespace sprout {
|
||||
namespace detail {
|
||||
template<typename T>
|
||||
struct sizeof_
|
||||
: public std::integral_constant<std::size_t, sizeof(T)>
|
||||
{};
|
||||
|
||||
struct base_bitset_from_words_construct_tag {};
|
||||
|
||||
template<std::size_t N>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue