Skip to content

Commit e9d0fa7

Browse files
committed
Remove unnecessary public:
1 parent d04201c commit e9d0fa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/include/optional

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,6 @@ struct __optional_iterator_aliases<
617617
_Tp,
618618
__enable_if_t<!(is_reference<_Tp>::value && (is_function<__libcpp_remove_reference_t<_Tp>>::value ||
619619
is_unbounded_array<__libcpp_remove_reference_t<_Tp>>::value))> > {
620-
public:
621620
using __pointer _LIBCPP_NODEBUG = std::add_pointer_t<_Tp>;
622621
using __const_pointer _LIBCPP_NODEBUG = std::add_pointer_t<const _Tp>;
623622
# ifdef _LIBCPP_ABI_BOUNDED_ITERATORS_IN_OPTIONAL

0 commit comments

Comments
 (0)