-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Service Arch
-
Fully Compatible
-
Service Arch 2024-04-01
`using namespace` in a header is strongly discouraged.
We can move the BSONColumn class into the bsoncolumn namespace and avoid the need for it. An alias can make it visible as mongo::BSONColumn like it is now.
- is related to
-
SERVER-88322 Enforce ban on "using directives", especially in headers
- Backlog