From 75f13f200b9930fb0da0384f6364a703a3ce7e9f Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sun, 24 Sep 2017 21:34:19 +0300 Subject: [PATCH] Utils: Fix comment in optional.h Change-Id: I082c939469d0161d5ed5f9da810bd6b553750ce0 Reviewed-by: Eike Ziller --- src/libs/utils/optional.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/utils/optional.h b/src/libs/utils/optional.h index be07015d3d5..e4f943259f7 100644 --- a/src/libs/utils/optional.h +++ b/src/libs/utils/optional.h @@ -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++