From 30d0e1770c3d917d5bdae5e8766e401b4f1b4c2b Mon Sep 17 00:00:00 2001 From: Alexander Volkov Date: Fri, 20 Jan 2017 15:58:10 +0300 Subject: Use std::enable_if instead of QEnableIf Change-Id: Ideca8283141484cb6da47c50333f5c96e416f082 Reviewed-by: Edward Welbourne Reviewed-by: Olivier Goffart (Woboq GmbH) --- src/corelib/global/qtypeinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/global/qtypeinfo.h') diff --git a/src/corelib/global/qtypeinfo.h b/src/corelib/global/qtypeinfo.h index 8aa5cb4fb4..53f6b3fff6 100644 --- a/src/corelib/global/qtypeinfo.h +++ b/src/corelib/global/qtypeinfo.h @@ -124,7 +124,7 @@ struct QTypeInfoQuery : public QTypeInfo // if QTypeInfo::isRelocatable exists, use it template -struct QTypeInfoQuery::isRelocatable || true>::Type> : public QTypeInfo +struct QTypeInfoQuery::isRelocatable || true>::type> : public QTypeInfo {}; /*! -- cgit v1.2.3