From 63d2400a2c1cff42a8e3ea3d8b4c77b862c82bc7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 23 Sep 2017 00:14:37 +0200 Subject: Undo modularization hacks for VC --- libbutl/optional.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/optional.mxx') 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 class optional -- cgit v1.1