bsonobjbuilder cleanup

This commit is contained in:
Dwight
2009-02-09 15:38:26 -05:00
parent 147948c7b3
commit 8cb17548c2
13 changed files with 64 additions and 44 deletions

View File

@@ -11,6 +11,8 @@ void run() {
cout << "connected ok" << endl;
BSONObj p = BSON( "name" << "Joe" << "age" << 33 );
c.insert("tutorial.persons", p);
cout << "count:" << c.count(
}
int main() {