aboutsummaryrefslogtreecommitdiff
path: root/libbutl/optional.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/optional.mxx')
-rw-r--r--libbutl/optional.mxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/optional.mxx b/libbutl/optional.mxx
index 4478f84..b0993d9 100644
--- a/libbutl/optional.mxx
+++ b/libbutl/optional.mxx
@@ -32,7 +32,7 @@ LIBBUTL_MODEXPORT namespace butl
#if defined(__cpp_modules) && defined(__clang__) //@@ MOD Clang duplicate sym.
inline
#endif
- const/*expr*/ nullopt_t nullopt (1); //@@ MOD VC multiple defs.
+ constexpr nullopt_t nullopt (1);
template <typename T>
class optional