diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/libs/utils/optional.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/utils/optional.h b/src/libs/utils/optional.h index 1960297de4..be07015d3d 100644 --- a/src/libs/utils/optional.h +++ b/src/libs/utils/optional.h @@ -41,6 +41,8 @@ namespace Utils { using std::experimental::optional; // --> Utils::nullopt using std::experimental::nullopt; +// --> Utils::inplace +using std::experimental::in_place; // TODO: make_optional is a copy, since there is no sensible way to import functions in C++ template <class T> |
