mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
CI: Bump various pre-commit hooks
This commit is contained in:
parent
a210fe6dbd
commit
5edb235018
13 changed files with 81 additions and 89 deletions
|
|
@ -44,11 +44,10 @@ class Span {
|
|||
|
||||
public:
|
||||
static constexpr bool is_string = std::disjunction_v<
|
||||
std::is_same<T, char>,
|
||||
std::is_same<T, char16_t>,
|
||||
std::is_same<T, char32_t>,
|
||||
std::is_same<T, wchar_t>
|
||||
>;
|
||||
std::is_same<T, char>,
|
||||
std::is_same<T, char16_t>,
|
||||
std::is_same<T, char32_t>,
|
||||
std::is_same<T, wchar_t>>;
|
||||
|
||||
_FORCE_INLINE_ constexpr Span() = default;
|
||||
_FORCE_INLINE_ constexpr Span(const T *p_ptr, uint64_t p_len) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue