Ref T545 Using constructor inheritance in derived container classes.

This commit is contained in:
Mat Sutcliffe
2019-02-27 17:17:44 +00:00
parent 8c0d82de99
commit c05a32dbd4
62 changed files with 67 additions and 4 deletions

View File

@@ -24,6 +24,8 @@ namespace BlackMisc
*/
class BLACKMISC_EXPORT CIdentifierSet : public CCollection<CIdentifier>
{
using CCollection::CCollection;
public:
//! Default constructor.
CIdentifierSet();