mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fized_size 修正
This commit is contained in:
parent
460327b419
commit
f7b354ec3f
303 changed files with 92 additions and 14607 deletions
|
@ -12,7 +12,7 @@ namespace sprout {
|
|||
template<typename Container>
|
||||
struct fixed_size {
|
||||
public:
|
||||
typedef typename sprout::fixed_container_traits<Container>::size_type value
|
||||
SPROUT_STATIC_CONSTEXPR typename sprout::fixed_container_traits<Container>::size_type value
|
||||
= sprout::fixed_container_traits<Container>::fixed_size
|
||||
;
|
||||
typedef std::integral_constant<typename sprout::fixed_container_traits<Container>::size_type, value> type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue