Marton Szasz created MINIFICPP-1117:
---------------------------------------

             Summary: minifi::Exception should be nothrow copyableq
                 Key: MINIFICPP-1117
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1117
             Project: Apache NiFi MiNiFi C++
          Issue Type: Improvement
            Reporter: Marton Szasz
            Assignee: Marton Szasz
             Fix For: 0.8.0


{{minifi::Exception}} has non-static data members of type {{std::string}} which 
can throw on copy. This makes the implicit copy ctor of {{minifi::Exception}} 
potentially throwing.

 [Exception objects must be nothrow copy 
constructible|https://wiki.sei.cmu.edu/confluence/display/cplusplus/ERR60-CPP.+Exception+objects+must+be+nothrow+copy+constructible]

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to