40 #ifndef QTCONCURRENT_COMPILERTEST_H 41 #define QTCONCURRENT_COMPILERTEST_H 43 #include <QtConcurrent/qtconcurrent_global.h> 45 #ifndef QT_NO_CONCURRENT 55 template<
typename U>
static Yes test(
int,
const typename U::result_type * = 0);
56 template<
typename U>
static No test(
double);
58 enum {
Value = (
sizeof(test<T>(0)) ==
sizeof(Yes)) };
65 #endif // QT_NO_CONCURRENT Definition: qtconcurrentcompilertest.h:49
Definition: qtconcurrentcompilertest.h:52
Definition: qtconcurrentcompilertest.h:58