Utils: Fix comment in optional.h

Change-Id: I082c939469d0161d5ed5f9da810bd6b553750ce0
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Orgad Shaneh
2017-09-24 21:34:19 +03:00
committed by Orgad Shaneh
parent 40ba7ac16f
commit 75f13f200b

View File

@@ -41,7 +41,7 @@ namespace Utils {
using std::experimental::optional;
// --> Utils::nullopt
using std::experimental::nullopt;
// --> Utils::inplace
// --> Utils::in_place
using std::experimental::in_place;
// TODO: make_optional is a copy, since there is no sensible way to import functions in C++