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

単純な修正。コンパイル通るようにした

This commit is contained in:
RiSK (sscrisk) 2011-09-02 14:12:44 +09:00
parent da1c8e2820
commit e792d3af15
6 changed files with 8 additions and 8 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
static SPROUT_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;