Quick fix
This commit is contained in:
parent
704cba5e97
commit
bdf3e89863
@ -344,7 +344,7 @@ namespace detail {
|
|||||||
|
|
||||||
// A way to cast to U without "warning: useless cast to type"
|
// A way to cast to U without "warning: useless cast to type"
|
||||||
template<typename U, typename V>
|
template<typename U, typename V>
|
||||||
unsigned long long to(V v) {
|
U to(V v) {
|
||||||
return static_cast<U>(v);
|
return static_cast<U>(v);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user