An attempt to fix Windows issue.

release/4.3a0
Frank Dellaert 2023-01-08 13:00:27 -08:00
parent ddf86d8f25
commit 638726fca5
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ public:
using Base::Base; // Inherit the set constructors
FastSet() = default; ///< Default constructor
/** Constructor from a iterable container, passes through to base class */
template<typename INPUTCONTAINER>
explicit FastSet(const INPUTCONTAINER& container) :