79259495

Date: 2024-12-06 22:08:45
Score: 1
Natty:
Report link

Put the alignment declaration after the class keyword and before the class's name:

template<typename xyz>
class __declspec(align(16)) myclass
{
...
};
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Martin Connell