mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
C++: Add missing shared_ptr<T> members
This commit is contained in:
@@ -126,6 +126,8 @@ namespace std {
|
||||
|
||||
T& operator*() const { return *ptr; }
|
||||
|
||||
T* get() const noexcept { return ptr; }
|
||||
|
||||
~shared_ptr() { dec(); }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user