Tessil / robin-map

C++ implementation of a fast hash map and hash set using robin hood hashing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CL.exe crash

BefuddledSloth opened this issue · comments

When built with MSVC and c++20 modules, CL.exe crashes with code -1073741571.

This is possibly caused by a recursive concept, as suggested here.