Restored Android version to 16, Removed modification to boost, fixed primitives MH1 and M20, Fixed Snow mana issue.

This commit is contained in:
valfieri
2019-09-07 22:05:01 +02:00
parent 5c67d11aa6
commit ccd17d32d0
10 changed files with 106 additions and 84 deletions

View File

@@ -182,9 +182,7 @@ public:
shared_ptr(): px(0), pn() // never throws in 1.30+
{
}
shared_ptr(const shared_ptr&) = default;
template<class Y>
explicit shared_ptr( Y * p ): px( p ), pn( p ) // Y must be complete
{