From 057b9ce602def011d968e33de61c25fbd908129f Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 11 May 2014 03:04:08 +0300 Subject: [PATCH] small change --- include/c11log/details/stack_buf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/c11log/details/stack_buf.h b/include/c11log/details/stack_buf.h index bc743349..cb45ac96 100644 --- a/include/c11log/details/stack_buf.h +++ b/include/c11log/details/stack_buf.h @@ -98,7 +98,7 @@ private: 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()); }