mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Improved code formating
This commit is contained in:
parent
f197813f37
commit
92b7f7b650
@ -414,8 +414,8 @@ using ::log;
|
||||
using ::sqrt;
|
||||
using ::floor;
|
||||
using ::ceil;
|
||||
template <>
|
||||
|
||||
template <>
|
||||
struct hash<Eigen::half> {
|
||||
size_t operator()(const Eigen::half& a) const {
|
||||
return std::hash<unsigned short>()(a.x);
|
||||
|
Loading…
x
Reference in New Issue
Block a user