We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04201c commit e9d0fa7Copy full SHA for e9d0fa7
libcxx/include/optional
@@ -617,7 +617,6 @@ struct __optional_iterator_aliases<
617
_Tp,
618
__enable_if_t<!(is_reference<_Tp>::value && (is_function<__libcpp_remove_reference_t<_Tp>>::value ||
619
is_unbounded_array<__libcpp_remove_reference_t<_Tp>>::value))> > {
620
-public:
621
using __pointer _LIBCPP_NODEBUG = std::add_pointer_t<_Tp>;
622
using __const_pointer _LIBCPP_NODEBUG = std::add_pointer_t<const _Tp>;
623
# ifdef _LIBCPP_ABI_BOUNDED_ITERATORS_IN_OPTIONAL
0 commit comments