Delegate parts of CSequence to a non-template implementation

To reduce build time.
This commit is contained in:
Mat Sutcliffe
2021-10-16 18:41:47 +01:00
parent 85dae5f8a4
commit 586f605d04
6 changed files with 83 additions and 9 deletions

View File

@@ -13,14 +13,6 @@
#include "blackmisc/blackmiscexport.h"
//! \cond
#ifdef Q_CC_MSVC
#define BLACK_NO_INLINE __declspec(noinline)
#else
#define BLACK_NO_INLINE __attribute__((noinline))
#endif
//! \endcond
namespace BlackMisc::Private
{
//! \private Do nothing.