Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-1831

Support other binary types where uint8_t* is accepted

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major - P3 Major - P3
    • None
    • None
    • API, BSON

    Description

      Binary using only uint8_t* makes it harder to work with in codebases that use a different type for binary data. It should make it easy to use any of char*, unsigned char*, uint8_t* (which is basically always one of the prior two), void*, and std::byte* (>=17)

      Attachments

        Activity

          People

            Unassigned Unassigned
            kevin.albertson@mongodb.com Kevin Albertson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: