forked from qt-creator/qt-creator
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:
@@ -41,6 +41,7 @@ namespace Utils {
|
||||
using std::experimental::optional;
|
||||
// --> Utils::nullopt
|
||||
using std::experimental::nullopt;
|
||||
using std::experimental::nullopt_t;
|
||||
// --> Utils::in_place
|
||||
using std::experimental::in_place;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user