mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
style: clang-tidy: llvm-namespace-comment
This commit is contained in:
committed by
Henry Schreiner
parent
d65e34d61d
commit
8dc31c7b29
@@ -47,7 +47,7 @@ struct TplCtorClass {
|
||||
namespace std {
|
||||
template <>
|
||||
struct hash<TplCtorClass> { size_t operator()(const TplCtorClass &) const { return 0; } };
|
||||
}
|
||||
} // namespace std
|
||||
|
||||
|
||||
template <template <typename> class OptionalImpl, typename T>
|
||||
|
||||
Reference in New Issue
Block a user