mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
compile windows
This commit is contained in:
parent
5390dbc920
commit
a071a573c3
@ -49,7 +49,7 @@ public:
|
||||
for( map< string, D >::iterator i = snapshot_.begin(); i != snapshot_.end(); ++i )
|
||||
sorted.insert( make_pair( i->second, i->first ) );
|
||||
set< string > already;
|
||||
for( multimap< D, string >::iterator i = sorted.begin(); i != sorted.end(); ++i ) {
|
||||
for( multimap< D, string, more >::iterator i = sorted.begin(); i != sorted.end(); ++i ) {
|
||||
Usage u;
|
||||
already.insert( i->second );
|
||||
u.ns = i->second;
|
||||
@ -100,4 +100,4 @@ private:
|
||||
static UsageMap &nextSnapshot_;
|
||||
};
|
||||
|
||||
} // namespace mongo
|
||||
} // namespace mongo
|
||||
|
Loading…
Reference in New Issue
Block a user