Skip to content

Make Content::bodyAsMessage() also const-correct

Volker Krause requested to merge work/vkrause/const-correct-body-as-message into master

With that all Content API should correctly propagate const-ness (which matters as we have harmless-looking getter API here that can mutate non-const objects).

Merge request reports