aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorbeinhaerter <34543625+beinhaerter@users.noreply.github.com>2018-04-25 04:04:24 +0200
committerAnna Gringauze <annagrin@microsoft.com>2018-04-24 19:04:24 -0700
commitfbe867a9c4ea74650a76f4a2dd8b5a0eee3c79c1 (patch)
tree5a1006a3c7522d58b018425770c0e3c5e67bb173 /include
parent697eb5533eb4de807d144460118b454ed30a1fe6 (diff)
downloadplatform_external_Microsoft-GSL-fbe867a9c4ea74650a76f4a2dd8b5a0eee3c79c1.tar.gz
platform_external_Microsoft-GSL-fbe867a9c4ea74650a76f4a2dd8b5a0eee3c79c1.tar.bz2
platform_external_Microsoft-GSL-fbe867a9c4ea74650a76f4a2dd8b5a0eee3c79c1.zip
Fix clang-tidy warning about wrong comment on closing namespace (#654)
Diffstat (limited to 'include')
-rw-r--r--include/gsl/string_span2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gsl/string_span b/include/gsl/string_span
index 0bb98d2..6b4c839 100644
--- a/include/gsl/string_span
+++ b/include/gsl/string_span
@@ -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