1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

fized_size 修正

This commit is contained in:
bolero-MURAKAMI 2011-09-03 23:44:34 +09:00
parent 460327b419
commit f7b354ec3f
303 changed files with 92 additions and 14607 deletions

View file

@ -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;