aboutsummaryrefslogtreecommitdiff
path: root/libbutl/optional.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/optional.hxx')
-rw-r--r--libbutl/optional.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/libbutl/optional.hxx b/libbutl/optional.hxx
index f569f8d..7d66ac5 100644
--- a/libbutl/optional.hxx
+++ b/libbutl/optional.hxx
@@ -63,9 +63,7 @@
#ifdef LIBBUTL_STD_OPTIONAL
namespace butl
{
- template <typename T>
- using optional = std::optional<T>;
-
+ using std::optional;
using std::nullopt_t;
using std::nullopt;
}