forked from microsoft/GSL
Fix clang-tidy warning about wrong comment on closing namespace (#654)
This commit is contained in:
committed by
Anna Gringauze
parent
697eb5533e
commit
fbe867a9c4
@@ -698,7 +698,7 @@ bool operator>=(const T& one, gsl::basic_string_span<CharT, Extent> other) GSL_N
|
||||
return !(one < other);
|
||||
}
|
||||
#endif
|
||||
} // namespace GSL
|
||||
} // namespace gsl
|
||||
|
||||
#undef GSL_NOEXCEPT
|
||||
|
||||
|
Reference in New Issue
Block a user