Skip to content

Properties: use partial template specialization.

Martin Heistermann requested to merge prop-partial-specialisation into master

Avoid a lot of code duplication.

Also change constructor _def param to a const&, which was only in the std::string specialization before, but makes sense everywhere.

Edited by Martin Heistermann

Merge request reports