mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
porting cel/range/algoritm.hpp
This commit is contained in:
parent
cf593ffeff
commit
ba6482d1ec
51 changed files with 1908 additions and 116 deletions
|
@ -295,7 +295,7 @@ namespace sprout {
|
|||
return size();
|
||||
}
|
||||
SPROUT_CONSTEXPR bool empty() const {
|
||||
return size() == 0;
|
||||
return first_ == last_;
|
||||
}
|
||||
// element access:
|
||||
reference operator[](size_type i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue