I am trying to build the library on Ubuntu 20.04, G++ 9.3.0 and I am fetting following error:
src/LoopClosing.cc:438:21: required from here /usr/include/c++/9/bits/stl_map.h:122:71: error: static assertion failed: std::map must have the same value_type as its allocator 122 | static_assert(is_same<typename _Alloc::value_type, value_type>::value, |
Hi,
I am trying to build the library on Ubuntu 20.04, G++ 9.3.0 and I am fetting following error:
src/LoopClosing.cc:438:21: required from here /usr/include/c++/9/bits/stl_map.h:122:71: error: static assertion failed: std::map must have the same value_type as its allocator 122 | static_assert(is_same<typename _Alloc::value_type, value_type>::value, |
Several other files are reporting the same issue.
Is this going to be addressed any time soon?
Regards, Nedim