Skip to content

Compatible API change: take std::strings by-value if we need to store them anyways:

Martin Heistermann requested to merge fix-warnings into master

This can prevent multiple creation and copy of strings.

Merge request reports