Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ScanGraph.h c++20 compilation error (#398)
This fixes the following error on latest msvc compiler: error C2666: 'octomap::ScanNode::operator ==': overloaded functions have similar conversions message : could be 'bool octomap::ScanNode::operator ==(const octomap::ScanNode &)' message : or 'bool octomap::ScanNode::operator ==(const octomap::ScanNode &)' [synthesized expression 'y == x'] message : while trying to match the argument list '(octomap::ScanNode, octomap::ScanNode)'
- Loading branch information