Commit 86d7de38 authored by Simon Giesecke's avatar Simon Giesecke

Problem: redundant empty destructor

Solution: Remove definition
parent 400107d7
......@@ -79,8 +79,6 @@ template <typename T, int ID = 0> class array_t
inline array_t () {}
inline ~array_t () {}
inline size_type size () { return _items.size (); }
inline bool empty () { return _items.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