mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
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:
committed by
Nik Bougalis
parent
8e38d8e6f0
commit
e96a719724
@@ -49,6 +49,8 @@ SHAMapInnerNode::SHAMapInnerNode(
|
||||
{
|
||||
}
|
||||
|
||||
SHAMapInnerNode::~SHAMapInnerNode() = default;
|
||||
|
||||
template <class F>
|
||||
void
|
||||
SHAMapInnerNode::iterChildren(F&& f) const
|
||||
|
||||
Reference in New Issue
Block a user