diff options
Diffstat (limited to 'include/experimental/optional')
| -rw-r--r-- | include/experimental/optional | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/experimental/optional b/include/experimental/optional index 8dcda652319b6..f32941b1a8e7a 100644 --- a/include/experimental/optional +++ b/include/experimental/optional @@ -894,7 +894,7 @@ _LIBCPP_END_NAMESPACE_LFTS _LIBCPP_BEGIN_NAMESPACE_STD template <class _Tp> -struct _LIBCPP_TYPE_VIS_ONLY hash<std::experimental::optional<_Tp> > +struct _LIBCPP_TEMPLATE_VIS hash<std::experimental::optional<_Tp> > { typedef std::experimental::optional<_Tp> argument_type; typedef size_t result_type; |
