I encountered an assertion failure error


I encountered an assertion failure error when compiling openNURBS 8.x with Visual Studio 2019. The compilation can pass if I remove the assertion statements. May I know what causes this problem?

Hi @2173,

Yes, thanks, this is a know issue. For the time being, commenting out the static_assert statements is a good fix.

– Dale