Skip to content

Commit

Permalink
fix: add missing return to Trait::operator T(void)
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Jan 28, 2024
1 parent fb428b5 commit 4a4061d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/trait.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ namespace jule
template <typename T>
inline operator T(void) noexcept
{
this->cast<T>(
return this->cast<T>(
#ifndef __JULE_ENABLE__PRODUCTION
"/api/trait.hpp"
#endif
Expand Down

0 comments on commit 4a4061d

Please sign in to comment.