Skip to content

Commit 87d48d6

Browse files
committed
uvector.h: Add "// namespace rp" at the end of the file.
Fixes a clang-tidy warning: src/uvector.h:42:1: warning: namespace 'rp' not terminated with a closing comment [google-readability-namespace-comments] 42 | } | ^ | // namespace rp src/uvector.h:11:11: note: namespace 'rp' starts here 11 | namespace rp { | ^
1 parent 109e620 commit 87d48d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uvector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ class default_init_allocator : public Alloc
3939
template<typename T>
4040
using uvector = std::vector<T, default_init_allocator<T> >;
4141

42-
}
42+
} // namespace rp

0 commit comments

Comments
 (0)