concepts: style
This commit is contained in:
parent
8ddf4a915d
commit
8f39ed706d
@ -206,7 +206,7 @@ namespace cruft::concepts {
|
|||||||
typename std::iterator_traits<T>::pointer;
|
typename std::iterator_traits<T>::pointer;
|
||||||
typename std::iterator_traits<T>::iterator_category;
|
typename std::iterator_traits<T>::iterator_category;
|
||||||
|
|
||||||
{ *t };
|
{ *t };
|
||||||
{ ++t } -> same_as<T&>;
|
{ ++t } -> same_as<T&>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user