Utils: make nullopt_t available in the Utils namespace

Change-Id: I7e8084b4fce5cdda88435453e096ef0b9530d00d
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
David Schulz
2018-05-16 10:24:32 +02:00
parent d79c0ed575
commit 07d3f80b54

View File

@@ -41,6 +41,7 @@ namespace Utils {
using std::experimental::optional; using std::experimental::optional;
// --> Utils::nullopt // --> Utils::nullopt
using std::experimental::nullopt; using std::experimental::nullopt;
using std::experimental::nullopt_t;
// --> Utils::in_place // --> Utils::in_place
using std::experimental::in_place; using std::experimental::in_place;