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

date_time_support.h exposes using namespace std::string_literals

    • Query Optimization
    • Fully Compatible
    • ALL

      On this line, the header date_time_support.h exposes a using namespace directive to everyone who includes it. As a result, lots of files are using ""s literals without explicitly adding the using directive. We should remove this and either put the using namespace directive in the places it's used or not use the ""s literals in those places.

            Assignee:
            naafiyan.ahmed@mongodb.com Naafiyan Ahmed
            Reporter:
            ryan.berryhill@mongodb.com Ryan Berryhill
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: