We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d24da commit a94cec5Copy full SHA for a94cec5
libcxx/include/__config
@@ -402,7 +402,11 @@ typedef __char32_t char32_t;
402
# define _LIBCPP_EXPORTED_FROM_ABI _LIBCPP_VISIBILITY("default")
403
# define _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS _LIBCPP_VISIBILITY("default")
404
# define _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
405
-# define _LIBCPP_OVERRIDABLE_FUNC_VIS _LIBCPP_VISIBILITY("default")
+
406
+// TODO: Make this a proper customization point or remove the option to override it.
407
+# ifndef _LIBCPP_OVERRIDABLE_FUNC_VIS
408
+# define _LIBCPP_OVERRIDABLE_FUNC_VIS _LIBCPP_VISIBILITY("default")
409
+# endif
410
411
# if !defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS)
412
// The inline should be removed once PR32114 is resolved
0 commit comments