mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-26 23:48:06 -04:00
Update XenonRecomp submodule.
This commit is contained in:
@@ -115,7 +115,7 @@ namespace boost
|
||||
}
|
||||
|
||||
public:
|
||||
shared_ptr() : px(nullptr), pn(nullptr) {}
|
||||
shared_ptr() : px(), pn() {}
|
||||
|
||||
// TODO
|
||||
explicit shared_ptr(T* p) = delete;
|
||||
|
||||
Reference in New Issue
Block a user