mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Fix clang-tidy warning about wrong comment on closing namespace (#654)
This commit is contained in:
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);
|
return !(one < other);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
} // namespace GSL
|
} // namespace gsl
|
||||||
|
|
||||||
#undef GSL_NOEXCEPT
|
#undef GSL_NOEXCEPT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user