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

Add a user defined literal constructor for string data

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 3.3.9
    • 3.3.8
    • Internal Code
    • None
    • Fully Compatible
    • Platforms 16 (06/24/16)

    Description

      Providing a user defined literal constructor for string data will allow us to remove the LiteralTag api, while retaining a constructor that's compile time and can detect embedded nulls.

      Compare

      StringData("foo", StringData::LiteralTag())
      

      to

      "foo"_sd
      

      Attachments

        Activity

          People

            mira.carey@mongodb.com Mira Carey
            mira.carey@mongodb.com Mira Carey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: