Update the documentation for C++11 initializer lists support
The documentation was written for 4.8 when the C++11 standard did not have the name yet. Change-Id: I08640a5ae62385b09e181eefafd4cc831e4de456 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
parent
583349de03
commit
0e8520d18f
@ -511,7 +511,8 @@ void **QListData::erase(void **xi)
|
||||
|
||||
Construct a list from the std::initializer_list specified by \a args.
|
||||
|
||||
This constructor is only enabled if the compiler supports C++0x
|
||||
This constructor is only enabled if the compiler supports C++11 initializer
|
||||
lists.
|
||||
*/
|
||||
|
||||
/*! \fn QList::~QList()
|
||||
|
@ -738,7 +738,8 @@ int QtPrivate::QStringList_removeDuplicates(QStringList *that)
|
||||
|
||||
Construct a list from a std::initializer_list given by \a args.
|
||||
|
||||
This constructor is only enabled if the compiler supports C++0x
|
||||
This constructor is only enabled if the compiler supports C++11 initializer
|
||||
lists.
|
||||
*/
|
||||
|
||||
|
||||
|
@ -230,7 +230,8 @@
|
||||
|
||||
Construct a vector from the std::initilizer_list given by \a args.
|
||||
|
||||
This constructor is only enabled if the compiler supports C++0x
|
||||
This constructor is only enabled if the compiler supports C++11 initializer
|
||||
lists.
|
||||
*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user