Make bsoncxx value types capable of owning their own memory

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 3.6.0-rc0, 3.6.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The bsoncxx value types are all views into a buffer of memory managed by an owning bsoncxx document.  However, the Client Side Encryption project requires that BSON values be handling and passed around independently of documents; specifically, this supports explicit encrypt() and decrypt() methods, which operate on a per-BSON-value level.  Before CXX-1687 can be completed bsoncxx value types must be capable of owning their own memory, not just containing views into a buffer hosted elsewhere.

            Assignee:
            Samantha Ritter (Inactive)
            Reporter:
            Samantha Ritter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: