Implemented simple IO for getting keyboard input.
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
using iterator = pointer;
|
||||
using const_iterator = const_pointer;
|
||||
|
||||
T _elements[N];
|
||||
T _elements[N] = {};
|
||||
|
||||
constexpr reference operator[](size_type pos) noexcept
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user