mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix sprout::size, sprout::empty implementations
This commit is contained in:
parent
2b28ddef6f
commit
3d01aac239
20 changed files with 431 additions and 47 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/container/traits_fwd.hpp>
|
||||
#include <sprout/container/container_traits.hpp>
|
||||
#include <sprout/container/detail/array_like.hpp>
|
||||
|
||||
|
@ -18,9 +19,6 @@ namespace sprout {
|
|||
//
|
||||
// container_transform_traits
|
||||
//
|
||||
template<typename Container>
|
||||
struct container_transform_traits;
|
||||
|
||||
namespace detail {
|
||||
template<typename Container, typename sprout::container_traits<Container>::size_type Size>
|
||||
struct default_array_rebind_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue