From 5ba17232951ccf53660b519eeadf70116132c185 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Sun, 20 Feb 2022 14:29:58 +0100 Subject: [PATCH] Made array a structural type --- const_fmt/std_lib.h | 1 - 1 file changed, 1 deletion(-) 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]; };