Ocean
Ocean
> > what is you gcc version or other environment setup ? , after switch the branch. met this error > > ``` > > /usr/include/c++/8/bits/alloc_traits.h:392:27: error: forming pointer to...
> You may change `const std::vector&` to `const std::vector&` use & as pointer is not proper define of `std::vector` Thanks a lot! That's the solution and it works now!
[pengwangucla's answer](https://github.com/ToniRV/NeRF-SLAM/issues/7#issuecomment-1374904112) helps me out! > You may change `const std::vector&` to `const std::vector&` since use & as pointer is not proper define of std::vector So I execute the following...