Commit 057b9ce6 authored by gabime's avatar gabime

small change

parent 7e7fa240
...@@ -98,7 +98,7 @@ private: ...@@ -98,7 +98,7 @@ private:
std::copy_n(other._stack_array.begin(), other._stack_size, _stack_array.begin()); std::copy_n(other._stack_array.begin(), other._stack_size, _stack_array.begin());
} }
bool vector_used() const inline bool vector_used() const
{ {
return !(_v.empty()); return !(_v.empty());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment