summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/o3tl/optional.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/optional.hxx b/include/o3tl/optional.hxx
index 6da85698c2d8..524818230e3e 100644
--- a/include/o3tl/optional.hxx
+++ b/include/o3tl/optional.hxx
@@ -25,7 +25,7 @@ namespace o3tl
using boost::make_optional;
using boost::optional;
-inline constexpr auto nullopt = boost::none;
+inline auto const nullopt = boost::none;
}
#else