Explorar o código

fixed compiler errors

Kolja Strohm %!s(int64=2) %!d(string=hai) anos
pai
achega
b3629693f0
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      Either.h

+ 0 - 2
Either.h

@@ -18,14 +18,12 @@ namespace Framework
         {
             aValue = a;
             this->a = 1;
-            enshureAUnequalB( aValue );
         }
 
         Either( B b )
         {
             bValue = b;
             a = 0;
-            enshureAUnequalB( bValue );
         }
 
         bool isA() const