forked from qt-creator/qt-creator
Utils: Fix comment in optional.h
Change-Id: I082c939469d0161d5ed5f9da810bd6b553750ce0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
40ba7ac16f
commit
75f13f200b
@@ -41,7 +41,7 @@ namespace Utils {
|
|||||||
using std::experimental::optional;
|
using std::experimental::optional;
|
||||||
// --> Utils::nullopt
|
// --> Utils::nullopt
|
||||||
using std::experimental::nullopt;
|
using std::experimental::nullopt;
|
||||||
// --> Utils::inplace
|
// --> Utils::in_place
|
||||||
using std::experimental::in_place;
|
using std::experimental::in_place;
|
||||||
|
|
||||||
// TODO: make_optional is a copy, since there is no sensible way to import functions in C++
|
// TODO: make_optional is a copy, since there is no sensible way to import functions in C++
|
||||||
|
Reference in New Issue
Block a user