mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 09:06:21 +01:00
Compile linux
This commit is contained in:
parent
3c33cbe8e7
commit
27841a5363
@ -306,7 +306,7 @@ namespace mongo {
|
||||
if ( (*i)->done() )
|
||||
return *i;
|
||||
assert( false );
|
||||
return auto_ptr< QueryOp >( 0 );
|
||||
return shared_ptr< QueryOp >( reinterpret_cast< QueryOp* >( 0 ) );
|
||||
}
|
||||
|
||||
class CountOp : public QueryOp {
|
||||
|
Loading…
Reference in New Issue
Block a user