diff --git a/libstdc++-v3/include/bits/hashtable_policy.h b/libstdc++-v3/include/bits/hashtable_policy.h
index 1fa8c01d5e8659efaaf2074c8fc6b0cc9b70674c..76fbc0d3b02435ecb827256157b7ff01244107f0 100644
--- a/libstdc++-v3/include/bits/hashtable_policy.h
+++ b/libstdc++-v3/include/bits/hashtable_policy.h
@@ -310,6 +310,8 @@ namespace __detail
 
       __gnu_cxx::__aligned_buffer<_Value> _M_storage;
 
+      // These member functions must be always_inline, see PR 111050
+
       [[__gnu__::__always_inline__]]
       _Value*
       _M_valptr() noexcept