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

string 更新

This commit is contained in:
bolero-MURAKAMI 2011-09-26 01:56:47 +09:00
parent f5411a0336
commit 3f8d532b79
3 changed files with 352 additions and 69 deletions

View file

@ -12,7 +12,7 @@ namespace sprout {
// size
//
template<typename Range>
SPROUT_CONSTEXPR typename sprout::fixed_container_traits<Range>::difference_type size(Range const& range) {
SPROUT_CONSTEXPR inline typename sprout::fixed_container_traits<Range>::difference_type size(Range const& range) {
return NS_SSCRISK_CEL_OR_SPROUT_DETAIL::distance(sprout::begin(range), sprout::end(range));
}
} // namespace sprout