mirror of
https://github.com/electronicarts/EASTL.git
synced 2026-01-18 17:21:19 +01:00
Replace direct inline variable delcaration with compiler trait protected macro (#590)
Co-authored-by: Morgan Kita <morgan.kita@zuehlke.com>
This commit is contained in:
@@ -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<typename>
|
||||
struct in_place_type_t
|
||||
|
||||
Reference in New Issue
Block a user