Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#73323 - [qt5-base] std::underlying_type_t<QThread::Priority> typing error?

Attached to Project: Arch Linux
Opened by Amirul Fitri (fitri) - Monday, 10 January 2022, 18:52 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 12 January 2022, 07:56 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
std::underlying_type_t<QThread::Priority> expected to be std::underlying_type<QThread::Priority>
at line 177 in /usr/include/qt/QtCore/5.15.2/QtCore/private/qthread_p.h.

Building a package that required this header i.e. qgnomeplatform(aur), failed with error:
/usr/include/qt/QtCore/5.15.2/QtCore/private/qthread_p.h:177:10: error: ‘underlying_type_t’ in namespace ‘std’ does not name a template type; did you mean ‘underlying_type’?

Build successfull when replace underlying_type_t to underlying_type.

Additional info:
* ver: 5.15.2+kde+r283-1
* file: /usr/include/qt/QtCore/5.15.2/QtCore/private/qthread_p.h

Steps to reproduce:
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 12 January 2022, 07:56 GMT
Reason for closing:  Fixed
Additional comments about closing:  qt5- base 5.15.2+kde+r289

Loading...