diff --git a/include/EASTL/internal/in_place_t.h b/include/EASTL/internal/in_place_t.h index 2bbcc41..13edde4 100644 --- a/include/EASTL/internal/in_place_t.h +++ b/include/EASTL/internal/in_place_t.h @@ -26,7 +26,7 @@ namespace eastl explicit in_place_t() = default; }; - inline constexpr in_place_t in_place{}; + EASTL_CPP17_INLINE_VARIABLE constexpr in_place_t in_place{}; template struct in_place_type_t