qt6-bb10/tests/manual/corelib
Ivan Solovev b9c8c57e3f tst_manualqdatastream: fix gcc error
GCC has a bug [1] that does not allow to specialize templates
outside of a namespace.
An attempt to build the test results in the following error:

 tst_manualqdatastream.cpp:18:15: error: explicit specialization in
 non-namespace scope ‘class tst_QDataStream’

Fix it by converting the template specializations into simple function
overloads.

[1]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85282

Pick-to: 6.7
Change-Id: I7803cce1687ca8ae992f1a57394346eb6fc90c8b
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2024-01-26 15:10:22 +01:00
..
qdatastream tst_manualqdatastream: fix gcc error 2024-01-26 15:10:22 +01:00
time Add _tzset() call before mktime() on MS 2023-09-05 22:41:35 +02:00
tools Remove Custom Type Example and Custom Type Sending Example 2023-10-04 21:04:45 +02:00
CMakeLists.txt Add support for containers > 4 Gi elements in QDataStream 2023-10-23 15:10:28 +02:00