Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
biobios committed Dec 14, 2024
1 parent 587d612 commit bb2acdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/iterator/indirectly_readable_traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace std {
template<has-member-value-type T>
requires has-member-element-type<T> &&
same_as<remove_cv_t<typename T::element_type>,
remove_cv_t<typename T::value_type>>; }
remove_cv_t<typename T::value_type>>
struct indirectly_readable_traits<T>
: cond-value-type<typename T::value_type> { };
}
Expand Down

0 comments on commit bb2acdf

Please sign in to comment.