Skip to content

Commit ae5a3c6

Browse files
kunitokiactions-user
authored andcommitted
Update amalgamation file
1 parent 36c8f88 commit ae5a3c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Distribution/LuaBridge/LuaBridge.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5211,6 +5211,7 @@ inline static constexpr bool is_any_cfunction_pointer_v = is_cfunction_pointer_v
52115211

52125212
template <class T, class F>
52135213
inline static constexpr bool is_proxy_member_function_v =
5214+
!std::is_member_function_pointer_v<F> &&
52145215
std::is_same_v<T, remove_cvref_t<std::remove_pointer_t<function_argument_or_void_t<0, F>>>>;
52155216

52165217
template <class T, class F>

0 commit comments

Comments
 (0)