Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-88383

Avoid a `using namespace bsoncolumn` in header

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.0.0-rc0
    • 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.

            Assignee:
            billy.donahue@mongodb.com Billy Donahue
            Reporter:
            billy.donahue@mongodb.com Billy Donahue
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: