qt5base-lts/tests/auto/corelib
Zhang Xiang 675a4b0cc7 Fix namespace error of std::source_location under C++20
With C++20 standard, src/corelib/kernel/qproperty.h of Qt Base cannot be
compiled at line 100:

QPropertyBindingSourceLocation(
	const std::experimental::source_location &cppLocation
	)

The reason is that source_location has been merged into namespace std
since C++20, and the header file has also been change from
<experimental/source_location> to <source_location>.

The problem can be avoided by define a constant.

Fixes: QTBUG-93270
Change-Id: I46b4daac6ea20f9623b43746880500d41396afb2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-04-29 09:12:47 +00:00
..
animation Port QPropertyAnimation::targetObject to bindable properties 2021-04-28 12:38:57 +02:00
global Fix warnings from ignored [[nodiscard]] returns 2021-04-28 06:48:58 +02:00
io Fix warnings from deprecated posix functions 2021-04-28 06:48:33 +02:00
itemmodels Port of QItemSelectionModel::model to new property system 2021-04-27 20:12:50 +02:00
kernel Fix namespace error of std::source_location under C++20 2021-04-29 09:12:47 +00:00
mimetypes Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
plugin Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
serialization Fix compiler warning from int size mismatch 2021-04-29 06:32:17 +02:00
text Add more tests for QList/QString/QBA 2021-04-27 14:12:34 +02:00
thread QThreadPool: obey the docs that say we always use at least 1 thread 2021-04-24 00:37:14 +00:00
time Check POSIX rules during QTzTimeZone creation 2021-04-27 14:12:35 +02:00
tools Fix comparison between nullptr and QWeakPointer 2021-04-28 23:33:06 +03:00
CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00