mingw compatibility fixes

svn path=/trunk/; revision=17443
This commit is contained in:
Royce Mitchell III 2005-08-19 21:21:05 +00:00
parent 623af9cd28
commit 595c382dbc
4 changed files with 11 additions and 11 deletions

View file

@ -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 )