[libc++][modules] Fixes RTTI build.

This was reviewed in https://github.com/llvm/llvm-project/pull/76246
This commit is contained in:
Mark de Wever 2024-01-16 20:16:29 +01:00
parent aa23e493f2
commit ab398416a7

View File

@ -156,7 +156,9 @@ export namespace std {
using std::reinterpret_pointer_cast;
using std::static_pointer_cast;
#ifndef _LIBCPP_HAS_NO_RTTI
using std::get_deleter;
#endif // _LIBCPP_HAS_NO_RTTI
// [util.smartptr.shared.io], shared_ptr I/O