From: kristof Date: Tue, 17 May 2016 07:32:01 +0000 (+0200) Subject: This information was only usefull temporarily X-Git-Url: https://git.efficios.com/?a=commitdiff_plain;h=e9fd4c9c89fdfeeb2a253780fc2e1612f60e94dc;p=deliverable%2Ftitan.core.git This information was only usefull temporarily Signed-off-by: kristof --- diff --git a/core/Array.hh b/core/Array.hh index 9de9e01..f84f69b 100644 --- a/core/Array.hh +++ b/core/Array.hh @@ -185,8 +185,7 @@ public: // This class use the compiler-generated copy constructor and // copy assignment. - // User defined default constructor, because with clang the text2ttcn test - // won't compile + // User defined default constructor VALUE_ARRAY() : array_elements(){}; boolean operator==(const VALUE_ARRAY& other_value) const; inline boolean operator!=(const VALUE_ARRAY& other_value) const