mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-28 06:44:10 +08:00
Remove comma at the end of enumeration list to silence C++03 warnings
This commit is contained in:
parent
5dc2fbabee
commit
751f18f2c0
@ -149,7 +149,7 @@ struct packet_traits<Eigen::half> : default_packet_traits {
|
||||
HasCeil = 1,
|
||||
HasRint = 1,
|
||||
HasBessel = 1,
|
||||
HasNdtri = 1,
|
||||
HasNdtri = 1
|
||||
};
|
||||
};
|
||||
|
||||
@ -193,7 +193,7 @@ struct packet_traits<bfloat16> : default_packet_traits {
|
||||
HasCeil = 1,
|
||||
HasRint = 1,
|
||||
HasBessel = 1,
|
||||
HasNdtri = 1,
|
||||
HasNdtri = 1
|
||||
};
|
||||
};
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user