mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-13 09:46:10 +00:00
style: clang-tidy: llvm-namespace-comment
This commit is contained in:
committed by
Henry Schreiner
parent
d65e34d61d
commit
8dc31c7b29
@@ -1929,7 +1929,7 @@ inline namespace literals {
|
||||
String literal version of `arg`
|
||||
\endrst */
|
||||
constexpr arg operator"" _a(const char *name, size_t) { return arg(name); }
|
||||
}
|
||||
} // namespace literals
|
||||
|
||||
PYBIND11_NAMESPACE_BEGIN(detail)
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace accessor_policies {
|
||||
struct sequence_item;
|
||||
struct list_item;
|
||||
struct tuple_item;
|
||||
}
|
||||
} // namespace accessor_policies
|
||||
using obj_attr_accessor = accessor<accessor_policies::obj_attr>;
|
||||
using str_attr_accessor = accessor<accessor_policies::str_attr>;
|
||||
using item_accessor = accessor<accessor_policies::generic_item>;
|
||||
@@ -976,7 +976,7 @@ inline namespace literals {
|
||||
String literal version of `str`
|
||||
\endrst */
|
||||
inline str operator"" _s(const char *s, size_t size) { return {s, size}; }
|
||||
}
|
||||
} // namespace literals
|
||||
|
||||
/// \addtogroup pytypes
|
||||
/// @{
|
||||
|
||||
Reference in New Issue
Block a user