diff --git a/const_fmt/std_lib.h b/const_fmt/std_lib.h index 4fb5820..735e2c3 100644 --- a/const_fmt/std_lib.h +++ b/const_fmt/std_lib.h @@ -114,7 +114,6 @@ public: return (&(m_data[t_size - 1]) + 1); } -private: data_t m_data[t_size]; };