mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Delegate parts of CSequence to a non-template implementation
To reduce build time.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user