Attempt to fix build with MSVC.
MSVC appears to instantiate the virtual members of FoldingSet when instantiating the class definition, thereby requiring the element type to be defined so that its hash function is known. This is intended to be a temporary fix; ideally, FoldingSet should not require this.
Loading
Please sign in to comment