Skip to content

CxxUtils: Type handling fix for ConcurrentStrMap.

ConcurrentStrMap didn't work if the mapped type was smaller than uintptr_t. It also didn't work properly for floating types. Fixed.

Merge request reports