Explorar o código

the expression does not throw an exception.

maybe you just forgot this word.
ihsinme %!s(int64=4) %!d(string=hai) anos
pai
achega
6dd9ab062c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      contrib/poly2tri/poly2tri/sweep/sweep.cc

+ 1 - 1
contrib/poly2tri/poly2tri/sweep/sweep.cc

@@ -129,7 +129,7 @@ void Sweep::EdgeEvent(SweepContext& tcx, Point& ep, Point& eq, Triangle* triangl
       EdgeEvent( tcx, ep, *p1, triangle, *p1 );
     } else {
 	  // ASSIMP_CHANGE (aramis_acg)
-      std::runtime_error("EdgeEvent - collinear points not supported");
+      throw std::runtime_error("EdgeEvent - collinear points not supported");
     }
     return;
   }