0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
This commit is contained in:
dwight 2011-05-30 01:16:09 -04:00
parent 37204c7ca0
commit 04d51756fc

View File

@ -4,6 +4,12 @@
Requires boost (headers only). Requires boost (headers only).
Works headers only (the parts actually exercised herein that is - some functions require .cpp files). Works headers only (the parts actually exercised herein that is - some functions require .cpp files).
To build and run:
g++ -o bsondemo bsondemo.cpp
./bsondemo
Windows: project files are available in this directory for bsondemo.cpp for use with Visual Studio.
*/ */
/* /*