0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

compile windows

This commit is contained in:
Dwight 2009-02-09 16:33:07 -05:00
parent 5390dbc920
commit a071a573c3

View File

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