mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 23:21:11 +00:00
[libc++][modules] Fixes RTTI build.
This was reviewed in https://github.com/llvm/llvm-project/pull/76246
This commit is contained in:
parent
aa23e493f2
commit
ab398416a7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user