http://xyst.i2p/DEBUG/cppcheck/167.html
Constructor taking (and migrating) a std::optional< std::string > // cppcheck-suppress uninitMemberVar explicit Migrated ( charm :: OptionalStr o ) : m_optional_str ( o ) { // Create test result struct, assume test is ok tut :: test_result tr ( "Base/PUPUtil" , 10 , "Charm:migrate std::optional<str> 2" , tut :: test_result :: result_type :: ok ); try { // Generate error message with expected and actual value in case if fail std :: string expected = "blah"...