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> {
413
413
static_assert (sizeof (size_t ) == sizeof (uint64_t ),
414
414
" Size of size_t and uint64_t are not the same" );
415
415
template <>
416
- struct avx2_vector <size_t > : public avx2_vector<uint64_t > {
417
- };
416
+ struct avx2_vector <size_t > : public avx2_vector<uint64_t > {};
418
417
#endif
419
418
420
419
template <>
Original file line number Diff line number Diff line change @@ -979,8 +979,7 @@ struct zmm_vector<uint64_t> {
979
979
static_assert (sizeof (size_t ) == sizeof (uint64_t ),
980
980
" Size of size_t and uint64_t are not the same" );
981
981
template <>
982
- struct zmm_vector <size_t > : public zmm_vector<uint64_t > {
983
- };
982
+ struct zmm_vector <size_t > : public zmm_vector<uint64_t > {};
984
983
#endif
985
984
986
985
template <>
You can’t perform that action at this time.
0 commit comments