mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
libcxx: Try to fix build after D92044
This commit is contained in:
@@ -653,8 +653,8 @@ private:
|
||||
static constexpr auto __make_value_visitor(_Visitor&& __visitor) {
|
||||
return __value_visitor_return_type<_Rp, _Visitor>{_VSTD::forward<_Visitor>(__visitor)};
|
||||
}
|
||||
};
|
||||
#endif
|
||||
};
|
||||
|
||||
} // namespace __visitation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user