[docs] Create an overview of C++20 features available in Qt
A template for C++20 overview. Task-number: QTBUG-128837 Pick-to: 6.8 Change-Id: I7a442c3c58613587c2c75a77082f66512e97adb4 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
90fe9874d2
commit
f9de20d9ca
14
src/corelib/doc/src/cpp20-overview.qdoc
Normal file
14
src/corelib/doc/src/cpp20-overview.qdoc
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
// Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\page cpp20-overview.html
|
||||||
|
\title C++20 Overview
|
||||||
|
\brief An overview of C++20 features available in Qt.
|
||||||
|
|
||||||
|
Qt 6 officially requires C++17, however we are constantly working on
|
||||||
|
supporting new C++ language features to make Qt faster and safer, and
|
||||||
|
provide a better experience for our users.
|
||||||
|
|
||||||
|
This page gives a brief overview of C++20 features available in Qt.
|
||||||
|
*/
|
Loading…
x
Reference in New Issue
Block a user