mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-03 09:11:42 +01:00
Warning is: allocate.hpp:335:19: warning: conversion to ???unsigned int??? from ???long unsigned int??? may alter its value [-Wconversion] I'm not sure, but I think it's because the sizeof is a long unsigned int, and the template parameter is an unsigned int. The sizeof isn't even used, it's just there to get a value for expression SFINAE.