This information was only usefull temporarily
authorkristof <Kristof.Szabados@ericsson.com>
Tue, 17 May 2016 07:32:01 +0000 (09:32 +0200)
committerkristof <Kristof.Szabados@ericsson.com>
Tue, 17 May 2016 07:32:01 +0000 (09:32 +0200)
Signed-off-by: kristof <Kristof.Szabados@ericsson.com>
core/Array.hh

index 9de9e01d39b8d36e1be0288e9437f4f4bcdb2cfb..f84f69bf855f34a4c1eb83d340c662b28d25c0e0 100644 (file)
@@ -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
This page took 0.026446 seconds and 5 git commands to generate.