mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 16:30:29 +00:00
clang-format
This commit is contained in:
parent
47e4f60cf1
commit
206bdb76b2
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class shared_emplace : public shared_ref
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename T, typename U>
|
template<typename T, typename U>
|
||||||
concept shared_ptr_compatible = is_convertible_v<U*, T*>;
|
concept shared_ptr_compatible = is_convertible_v<U*, T*>;
|
||||||
|
|
||||||
} // namespace __
|
} // namespace __
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue