mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
chore: bump maximum clang tested to 20 (#5692)
This commit is contained in:
@@ -540,6 +540,7 @@ TEST_SUBMODULE(smart_ptr, m) {
|
||||
return list;
|
||||
});
|
||||
|
||||
// NOLINTNEXTLINE(bugprone-incorrect-enable-shared-from-this)
|
||||
class PrivateESFT : /* implicit private */ std::enable_shared_from_this<PrivateESFT> {};
|
||||
struct ContainerUsingPrivateESFT {
|
||||
std::shared_ptr<PrivateESFT> ptr;
|
||||
|
||||
Reference in New Issue
Block a user