Fix compiler warnings & linker errors:

Changes introduced with 1.7.0-b5 and 1.7.0-b6 could result in compiler
warnings and/or linker errors when compiling in certain configurations.
This commit is contained in:
Edward Hennis
2020-12-11 15:14:35 -08:00
committed by Nik Bougalis
parent 8e38d8e6f0
commit e96a719724
5 changed files with 8 additions and 5 deletions

View File

@@ -49,6 +49,8 @@ SHAMapInnerNode::SHAMapInnerNode(
{
}
SHAMapInnerNode::~SHAMapInnerNode() = default;
template <class F>
void
SHAMapInnerNode::iterChildren(F&& f) const