forked from OSchip/llvm-project
libcxx: Try to fix build after D92044
This commit is contained in:
parent
f02eca0f3f
commit
a206d991f9
|
@ -653,8 +653,8 @@ private:
|
||||||
static constexpr auto __make_value_visitor(_Visitor&& __visitor) {
|
static constexpr auto __make_value_visitor(_Visitor&& __visitor) {
|
||||||
return __value_visitor_return_type<_Rp, _Visitor>{_VSTD::forward<_Visitor>(__visitor)};
|
return __value_visitor_return_type<_Rp, _Visitor>{_VSTD::forward<_Visitor>(__visitor)};
|
||||||
}
|
}
|
||||||
};
|
|
||||||
#endif
|
#endif
|
||||||
|
};
|
||||||
|
|
||||||
} // namespace __visitation
|
} // namespace __visitation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue