mirror of
https://github.com/topjohnwu/cxx.git
synced 2024-11-23 03:49:44 +00:00
Format PR 1228 with clang-format
This commit is contained in:
parent
08c484464d
commit
88d1a59ec7
@ -659,7 +659,8 @@ typename Slice<T>::iterator::difference_type
|
||||
Slice<T>::iterator::operator-(const iterator &other) const noexcept {
|
||||
auto diff = std::distance(static_cast<char *>(other.pos),
|
||||
static_cast<char *>(this->pos));
|
||||
return diff / static_cast<typename Slice<T>::iterator::difference_type>(this->stride);
|
||||
return diff / static_cast<typename Slice<T>::iterator::difference_type>(
|
||||
this->stride);
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user