Maciej Gajewski
Maciej Gajewski
This time I suspect boost: 1.41 is quite old. Have you tried building against newer boost release?
I'm not sure yet, just suspicious.
I'll see if mongo code can be hammered into working with boost 1.41...
I'm ay add it if it is really needed. Could you please describe your use case in more details? In general, I shied away from implementing BSON generation functions, because...
I looks like you don't use JSON fields, only JSON output. To benefit from BSON, you would have to use binary format when receiving data in yout application, otherwise you'd...
Yep. Changing both header and implementation in a C++ project would be nice