mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:45:40 +00:00
mingw compatibility fixes
svn path=/trunk/; revision=17443
This commit is contained in:
parent
623af9cd28
commit
595c382dbc
4 changed files with 11 additions and 11 deletions
|
@ -53,7 +53,7 @@ public:
|
|||
{
|
||||
ASSERT ( i < _end );
|
||||
reserve ( i + 1 );
|
||||
_arr[i].reset ( ptr );
|
||||
_arr[i].reset ( p );
|
||||
}
|
||||
|
||||
void push_back ( auto_ptr<T>& p )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue