Fix clang-tidy warning about wrong comment on closing namespace (#654)

This commit is contained in:
beinhaerter 2018-04-25 04:04:24 +02:00 committed by Anna Gringauze
parent 697eb5533e
commit fbe867a9c4

View File

@ -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