You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2021/01/21 15:52:17 UTC

[jira] [Updated] (MINIFICPP-1117) minifi::Exception should be nothrow copyable

     [ https://issues.apache.org/jira/browse/MINIFICPP-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marton Szasz updated MINIFICPP-1117:
------------------------------------
    Fix Version/s:     (was: 0.8.0)
                   0.9.0

> 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.9.0
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> {{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)