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

Support other binary types where uint8_t* is accepted

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: API, BSON
    • Labels:

      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)

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

              Created:
              Updated: