Răsfoiți Sursa

fixed compiler errors

Kolja Strohm 2 ani în urmă
părinte
comite
b3629693f0
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 2
      Either.h

+ 0 - 2
Either.h

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