[docs] Create an overview of C++20 features available in Qt
A template for C++20 overview. Task-number: QTBUG-128837 Change-Id: I7a442c3c58613587c2c75a77082f66512e97adb4 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> (cherry picked from commit f9de20d9ca818b775930956a0f1c4804119a24c1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
5df8379b18
commit
0a258409ef
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