summaryrefslogtreecommitdiff
path: root/libcxx/include/cstddef
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/cstddef')
-rw-r--r--libcxx/include/cstddef3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/include/cstddef b/libcxx/include/cstddef
index ed5aea6f7a19..e77629e1ea0c 100644
--- a/libcxx/include/cstddef
+++ b/libcxx/include/cstddef
@@ -156,7 +156,8 @@ template <class _Integer>
template <class _Integer, class = _EnableByteOverload<_Integer> >
_LIBCPP_NODISCARD_EXT constexpr _Integer
to_integer(byte __b) noexcept { return static_cast<_Integer>(__b); }
-}
+
+} // namespace std
#endif