-
Key: CPP1115-8
-
Status: closed
-
Source: Remedy IT ( Johnny Willemsen)
-
Summary:
ValueFactoryBase should have deleted assignment/copy operators so add to the code part
private:
ValueFactoryBase (ValueFactoryBase&&) = delete;
ValueFactoryBase (const ValueFactoryBase&) = delete;
ValueFactoryBase& operator =(const ValueFactoryBase&) = delete;
ValueFactoryBase& operator =(ValueFactoryBase&&) = delete; -
Reported: CPP11 1.4 — Mon, 28 Sep 2020 14:38 GMT
-
Disposition: Resolved — CPP11 1.5
-
Disposition Summary:
Add deleted special member functions to ValueFactoryBase
Use the C++11 "= delete" feature for ValueFactoryBase.
-
Updated: Mon, 29 Mar 2021 12:21 GMT
CPP1115 — Missing deleted assignment/copy operators
- Key: CPP1115-8
- OMG Task Force: IDL to C++11 1.5 RTF