Skip to content

Commit e59ba30

Browse files
committed
Handle platforms other than Mach-O and ELF
1 parent 3d5cf6d commit e59ba30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/src/include/overridable_function.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ _LIBCPP_END_NAMESPACE_STD
129129
#else
130130

131131
# define _LIBCPP_CAN_DETECT_OVERRIDDEN_FUNCTION 0
132-
# define _LIBCPP_MAKE_OVERRIDABLE_FUNCTION_DETECTABLE /* nothing */
132+
# define _LIBCPP_OVERRIDABLE_FUNCTION(type, name, arglist) _LIBCPP_WEAK type name arglist
133133

134134
#endif
135135

0 commit comments

Comments
 (0)