for capped collection size:
legacy driver correctly use a long long in bool mongo::DBClientWithCommands::createCollection
new driver use int instead:
create_collection& mongocxx::options::create_collection::size ( int max_size )
- related to
-
CXX-849 Audit API usage of int32_t
- Backlog