Skip to content

Commit 6580fa9

Browse files
committed
...
1 parent 5d9c27d commit 6580fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3rdparty/verstable.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1757,12 +1757,12 @@ static inline bool VT_CAT( vt_init_clone_, VT_TEMPLATE_COUNT )(
17571757
);
17581758
}
17591759

1760-
static inline size_t VT_CAT( vt_size_, VT_TEMPLATE_COUNT )( NAME *table )
1760+
static inline size_t VT_CAT( vt_size_, VT_TEMPLATE_COUNT )( const NAME *table )
17611761
{
17621762
return VT_CAT( NAME, _size )( table );
17631763
}
17641764

1765-
static inline size_t VT_CAT( vt_bucket_count_, VT_TEMPLATE_COUNT )( NAME *table )
1765+
static inline size_t VT_CAT( vt_bucket_count_, VT_TEMPLATE_COUNT )( const NAME *table )
17661766
{
17671767
return VT_CAT( NAME, _bucket_count )( table );
17681768
}

0 commit comments

Comments
 (0)