File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -413,8 +413,7 @@ struct avx2_vector<uint64_t> {
413413static_assert (sizeof (size_t ) == sizeof (uint64_t ),
414414 " Size of size_t and uint64_t are not the same" );
415415template <>
416- struct avx2_vector <size_t > : public avx2_vector<uint64_t > {
417- };
416+ struct avx2_vector <size_t > : public avx2_vector<uint64_t > {};
418417#endif
419418
420419template <>
Original file line number Diff line number Diff line change @@ -979,8 +979,7 @@ struct zmm_vector<uint64_t> {
979979static_assert (sizeof (size_t ) == sizeof (uint64_t ),
980980 " Size of size_t and uint64_t are not the same" );
981981template <>
982- struct zmm_vector <size_t > : public zmm_vector<uint64_t > {
983- };
982+ struct zmm_vector <size_t > : public zmm_vector<uint64_t > {};
984983#endif
985984
986985template <>
You can’t perform that action at this time.
0 commit comments