Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Server Security
-
Fully Compatible
-
Security 2023-05-29, Security 2023-06-12
-
152
Description
Setting cpp_namespace to anything other than `mongo` or a namespace nested within `mongo` causes compilation errors in the generated code:
build/debug/mongo/db/modules/enterprise/src/streams/exec/connection_gen.h:117:20: error: unknown type name 'BSONObj'; did you mean 'mongo::BSONObj'?
|
void setAnchor(BSONObj&& obj) {
|
^~~~~~~
|
mongo::BSONObj
|