From c65bf0c5c25c554667aebce9f2d3183cd3af4357 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 27 Oct 2019 06:58:54 +0100 Subject: fix clang warnings --- options/value.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/value.hpp') diff --git a/options/value.hpp b/options/value.hpp index f16878ce..92e2878f 100644 --- a/options/value.hpp +++ b/options/value.hpp @@ -150,7 +150,7 @@ public: auto operator->() const noexcept { - return detail::dereference_wrapper{get()}; + return detail::dereference_wrapper{get()}; } force_inline auto operator()() const noexcept { return get(); } -- cgit v1.2.3