We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77991e8 commit 598fef9Copy full SHA for 598fef9
1 file changed
core/include/join/queue.hpp
@@ -73,9 +73,6 @@ namespace join
73
{
74
/// stored element data.
75
Type data;
76
-
77
- /// padding to prevent false sharing.
78
- char _padding[(64 - (sizeof (Type) % 64)) % 64];
79
};
80
81
/**
0 commit comments