fynkxo

Results 2 issues of fynkxo

1. Env - OS: Windows - Cmake - Visual Studio 2019 - VTK 9.4 2. Error Information - compiler output: OpenCTM\tools\stl.cpp(142,47): error C2664: “unsigned char vtkPolyData::GetCellPoints(vtkIdType, vtkIdType &,const vtkIdType *&)”:...

I encountered a runtime error: When I write: ``` auto check = boost::contract::public_function(this) .precondition([&]() { BOOST_CONTRACT_ASSERT(is_double() || is_unknown()); }); ``` it throws the error: "Assertion failed: BOOST_CONTRACT_ERROR_missing_check_object_declaration" at runtime. However,...