parent
edd1c32e5b
commit
87bc667289
|
@ -55,7 +55,8 @@ private:
|
|||
Cont data_;
|
||||
};
|
||||
|
||||
inline bool endsWith(const std::string &str, char c) {
|
||||
inline bool endsWith(const std::string &str, char c)
|
||||
{
|
||||
return str.back() == c;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue