Áron Monszpart

Results 13 comments of Áron Monszpart

``` mLib/include/core-mesh/meshData.cpp:492:9: error: use of deleted function ‘ml::MeshData& ml::MeshData::operator=(const ml::MeshData&)’ *this = other; ```

Hi, Thanks for the quick reply. I'm happy to put in some pull requests, if I get the whole thing to compile. I actually only tried to compile "Recording.cpp", but...

Something like this: ```shell script git clone https://github.com/danini/magsac.git git clone https://github.com/ducha-aiki/pymagsac cp magsac/include/estimators.h pymagsac/src/pymagsac/include/ sed -i 's@set(CMAKE_CXX_STANDARD 14)@set(CMAKE_CXX_STANDARD 17)@' pymagsac/CMakeLists.txt cd pymagsac python setup.py install ``` \+ make sure you...