Pangolin icon indicating copy to clipboard operation
Pangolin copied to clipboard

error: missing template arguments

Open WhiteMoZJ opened this issue 2 years ago • 0 comments

This is the following compliation error when I run examples/SimpleScene/main.cpp code(not this built example) in Qt with cmake: it comes from pangolin include file /pangolin/scene/scenehandler.h

/usr/local/include/pangolin/scene/scenehandler.h:71: error: missing template arguments before ‘(’ token
71 |                 hit_map.emplace(std::pair(buf[1],
   |                                          ^

WhiteMoZJ avatar Jul 23 '22 08:07 WhiteMoZJ