mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
rbegin(), rend() 修正
reverse_iterator 修正
This commit is contained in:
parent
33fb2b72f4
commit
f5411a0336
4 changed files with 24 additions and 23 deletions
|
@ -279,7 +279,7 @@ namespace sprout {
|
|||
return last_ - first_;
|
||||
}
|
||||
SPROUT_CONSTEXPR bool empty() const {
|
||||
return size() != 0;
|
||||
return size() == 0;
|
||||
}
|
||||
SPROUT_CONSTEXPR size_type max_size() const {
|
||||
return size();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue