SUMMARY In widgets/EditProfileDialog.cpp, an #include <array> is missing. Clang throws an implicit instantiation of undefined template error STEPS TO REPRODUCE 1. Compile with clang 2. 3. OBSERVED RESULT Throws implicit instantiation of undefined template error EXPECTED RESULT Compile should run through SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.22.5 (available in About System) KDE Plasma Version: 5.22.5 KDE Frameworks Version: 5.86 Qt Version: 5.15.2 ADDITIONAL INFORMATION
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/502
Git commit 1defe4f6c19c1c255b20bb56be64a7199048429f by Kurt Hindenburg, on behalf of James Beddek. Committed on 12/10/2021 at 01:44. Pushed by hindenburg into branch 'master'. EditProfileDialog: fix build with Clang and libc++ Convert std::array to a static const built-in array Signed-off-by: James Beddek <telans@posteo.de> M +1 -1 src/widgets/EditProfileDialog.cpp https://invent.kde.org/utilities/konsole/commit/1defe4f6c19c1c255b20bb56be64a7199048429f