[
https://issues.apache.org/jira/browse/MINIFICPP-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz updated MINIFICPP-1117:
------------------------------------
Summary: minifi::Exception should be nothrow copyable (was:
minifi::Exception should be nothrow copyableq)
> minifi::Exception should be nothrow copyable
> --------------------------------------------
>
> 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
> Priority: Minor
> 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)