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

@@ -35,6 +35,7 @@ namespace BlackMisc
{
public:
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CSimulatorPluginInfoList)
using CSequence::CSequence;
//! Default constructor
CSimulatorPluginInfoList();