Uploaded image for project: 'C++ Couchbase Client'
  1. C++ Couchbase Client
  2. CXXCBC-382

raw_binary_transcoder should be accepted by all get_result::content_as overloads

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.0.0-dp.10
    • None
    • None
    • None
    • 1
    • SDK38, SDK40

    Description

      Right now it cannot be used with

          template<typename Document,
                   typename Transcoder = codec::default_json_transcoder,
                   std::enable_if_t<!codec::is_transcoder_v<Document>, bool> = true,
                   std::enable_if_t<codec::is_transcoder_v<Transcoder>, bool> = true>
          [[nodiscard]] auto content_as() const -> Document
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            avsej Sergey Avseyev
            avsej Sergey Avseyev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes