mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
code formatting
This commit is contained in:
parent
f2a32741c0
commit
69f5a1fd80
@ -120,7 +120,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename U, typename Dummy = std::enable_if_t<std::is_convertible<U, T>::value>>
|
template <typename U, typename Dummy = std::enable_if_t<std::is_convertible<U, T>::value>>
|
||||||
bool operator != (const not_null<U>& rhs) const
|
bool operator!=(const not_null<U>& rhs) const
|
||||||
{
|
{
|
||||||
return !(*this == rhs.get());
|
return !(*this == rhs.get());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user