suppressed forced disabling of SSE2 support

This commit is contained in:
joaquintides
2023-01-16 17:53:48 +01:00
parent 6a95d857ae
commit 838de05fb1

View File

@@ -185,7 +185,7 @@ struct protected_group:Group,group_access
};
};
#if defined(xxBOOST_UNORDERED_SSE2)
#if defined(BOOST_UNORDERED_SSE2)
static_assert(sizeof(std::atomic<unsigned char>)==1);