You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Noel, thanks for reporting! I don't have MSVC myself, so I can't verify too easily. But I would be happy to accept a pull request that suppresses these warnings.
hi
thanks for this awesome project!
with latest MSVC, warnings have moved around, and we need an extra warning suppress, like this:
private:
std::atomic_flag lock_;
counter_type elem_counter_;
bool is_migrated_;
LIBCUCKOO_SQUELCH_PADDING_WARNING
};
The text was updated successfully, but these errors were encountered: