libcxx: Try to fix build after D92044

This commit is contained in:
Nico Weber 2021-01-25 15:10:41 -05:00
parent f02eca0f3f
commit a206d991f9
1 changed files with 1 additions and 1 deletions

View File

@ -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