- 
    Task 
- 
    Resolution: Fixed
- 
    P3: Somewhat important 
- 
    None
- 
        2
- 
        277c23956c (qt/qtbase/dev) 277c23956c (qt/tqtc-qtbase/dev) 53173a493b (qt/qtbase/6.3) 53173a493b (qt/tqtc-qtbase/6.3) 6f5d6373c9 (qt/tqtc-qtbase/6.2), a8df9a20a (tqtc/lts-6.2)
- 
        Team B Foundation Sprint 56
See https://github.com/cplusplus/papers/issues/197 and wg21.link/p1413
Suggested replacements:
struct { alignas(T) unsigned char data[sizeof(T)]; } x;
// or
union { char dummy; T t; } x;
- is duplicated by
- 
                    QTBUG-107569 Use of std::aligned_union and std::aligned_union_t deprecated in C++23 -         
- Closed
 
-         
- split to
- 
                    QTBUG-103321 Update Catch2 once https://github.com/catchorg/Catch2/issues/2419 is fixed -         
- Closed
 
-