ProjSEED / lodToolkit

level-of-details toolkit(LTK). Convert osgb lod tree to 3mx tree. Convert pointcloud in ply/las/laz/xyz to 3mx/osgb tree.
MIT License
111 stars 36 forks source link

Compile fails in the lastest vs2019,it WORKS before #18

Open OathkeePer2x opened 3 years ago

OathkeePer2x commented 3 years ago

there are some error when I compile it:

  1. E0461 initial value of reference to non-const must be an lvalue and corresponding, Error C2664 'void std::vector<T,std::allocator>::swap(std::vector<T,std::allocator> &) noexcept': cannot convert argument 1 from 'std::vector<T,std::allocator>' to 'std::vector<T,std::allocator> &'
    image image image it may be caused by the swap function(something with std)? image

2.C2872 'byte': ambiguous symbol image image