We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbba3e6 commit 9d28ab9Copy full SHA for 9d28ab9
loader/include/Geode/utils/casts.hpp
@@ -10,6 +10,7 @@ namespace geode::cast {
10
* Alias for static_cast
11
*/
12
template <class T, class F>
13
+ [[deprecated("This will be removed in v5, use static_cast instead")]]
14
static constexpr T as(F const v) {
15
return static_cast<T>(v);
16
}
0 commit comments