Add Travis check for single parameter constructors not marked "explicit"

This commit is contained in:
practicalswift
2018-12-14 14:50:21 +01:00
parent 332c6134bb
commit c4606b8432
8 changed files with 145 additions and 4 deletions

View File

@@ -221,7 +221,7 @@ struct RPCResults {
struct RPCExamples {
const std::string m_examples;
RPCExamples(
explicit RPCExamples(
std::string examples)
: m_examples(std::move(examples))
{