NVlabs / instant-ngp

Instant neural graphics primitives: lightning fast NeRF and more
https://nvlabs.github.io/instant-ngp
Other
15.57k stars 1.89k forks source link

Build error: error: "parameter packs not expanded with ‘...’:" #1547

Open Alessandro-Scarciglia opened 2 weeks ago

Alessandro-Scarciglia commented 2 weeks ago

I have tried to build the repo, but I have got these errors:

1) /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’

2) /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’

Do you know how to fix it?

zuodexin commented 1 week ago

same problem