Remove a workaround for MSVC 2013, now that MSVC 2017 is the minimum.
In MSVC 2013, 'alignas(integer-template-arg)' didn't compile; verified on godbolt that this now works properly.
Loading
Please sign in to comment
In MSVC 2013, 'alignas(integer-template-arg)' didn't compile; verified on godbolt that this now works properly.