From e9fd4c9c89fdfeeb2a253780fc2e1612f60e94dc Mon Sep 17 00:00:00 2001 From: kristof Date: Tue, 17 May 2016 09:32:01 +0200 Subject: [PATCH] This information was only usefull temporarily Signed-off-by: kristof --- core/Array.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.34.1