summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--c++/core/array.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/core/array.h b/c++/core/array.h
index 362130e..f82b8d6 100644
--- a/c++/core/array.h
+++ b/c++/core/array.h
@@ -3,6 +3,9 @@
#include <vector>
namespace saw {
+/**
+ * Array container avoiding exceptions
+ */
template<typename T>
class array {
private: