qt5base-lts/src/concurrent
Eric Lemanissier 8e83d61501 Adapt to the C++ SIC introduced by P0012: noexcept specialization
complements commit c5e687895d
added missing noexcept (void)StoredMemberFunctionCall specialization
to disambiguate template selection.
Without these specializations, StoredFunctorPointerCall was a better
match, which led to compilation failure

Task-number: QTBUG-58142
Change-Id: Ibd41057d9a497f057a895d73277902e90300ed7a
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2017-05-03 02:39:56 +00:00
..
doc Doc: Replace std::bind() with lambdas in Qt Concurrent 2017-03-07 04:35:23 +00:00
concurrent.pro QtConcurrent: use QDeadlineTimer to get the clock tick 2016-09-15 19:43:57 +00:00
qtconcurrent_global.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentcompilertest.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentexception.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentfilter.cpp Doc: Replace std::bind() with lambdas in Qt Concurrent 2017-03-07 04:35:23 +00:00
qtconcurrentfilter.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentfilterkernel.h QtConcurrent: Add missing override 2016-11-29 20:37:54 +00:00
qtconcurrentfunctionwrappers.h Adapt to the C++ SIC introduced by P0012: noexcept overloading 2017-02-17 13:57:30 +00:00
qtconcurrentiteratekernel.cpp QtConcurrent: use QDeadlineTimer to get the clock tick 2016-09-15 19:43:57 +00:00
qtconcurrentiteratekernel.h QtConcurrent: Add missing override 2016-11-29 20:37:54 +00:00
qtconcurrentmap.cpp Doc: Replace std::bind() with lambdas in Qt Concurrent 2017-03-07 04:35:23 +00:00
qtconcurrentmap.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentmapkernel.h QtConcurrent: Add missing override 2016-11-29 20:37:54 +00:00
qtconcurrentmedian.h Merge remote-tracking branch 'origin/5.6' into dev 2016-01-26 16:27:28 +01:00
qtconcurrentreducekernel.h QtConcurrent: Add missing override 2016-11-29 20:37:54 +00:00
qtconcurrentrun.cpp Doc: Replace std::bind() with lambdas in Qt Concurrent 2017-03-07 04:35:23 +00:00
qtconcurrentrun.h Adapt to the C++ SIC introduced by P0012: noexcept specialization 2017-05-03 02:39:56 +00:00
qtconcurrentrunbase.h QtConcurrent: Add missing override 2016-11-29 20:37:54 +00:00
qtconcurrentstoredfunctioncall.h Adapt to the C++ SIC introduced by P0012: noexcept specialization 2017-05-03 02:39:56 +00:00
qtconcurrentthreadengine.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentthreadengine.h Updated license headers 2016-01-15 12:25:24 +00:00