mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-03 05:01:39 +00:00
style: clang-tidy: llvm-namespace-comment
This commit is contained in:
committed by
Henry Schreiner
parent
d65e34d61d
commit
8dc31c7b29
@@ -73,7 +73,7 @@ namespace std {
|
||||
// Not a good hash function, but easy to test
|
||||
size_t operator()(const Vector2 &) { return 4; }
|
||||
};
|
||||
}
|
||||
} // namespace std
|
||||
|
||||
// Not a good abs function, but easy to test.
|
||||
std::string abs(const Vector2&) {
|
||||
|
||||
Reference in New Issue
Block a user