Skip to content

Commit

Permalink
libcxx: Try to fix build after D92044
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jan 25, 2021
1 parent f02eca0 commit a206d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/include/variant
Expand Up @@ -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

Expand Down

0 comments on commit a206d99

Please sign in to comment.