From d1e9184bd02b75301b7a3da507d9a4fca970cd75 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 13 Sep 2023 20:23:18 +0200 Subject: add no_unique_address macro cf. https://devblogs.microsoft.com/cppblog/msvc-cpp20-and-the-std-cpp20-switch/ --- entity/metadata.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'entity') diff --git a/entity/metadata.hpp b/entity/metadata.hpp index dd82ce8a..16a4422d 100644 --- a/entity/metadata.hpp +++ b/entity/metadata.hpp @@ -112,11 +112,11 @@ public: using Length = typename c_length::type; StringView name; - [[no_unique_address]] R reader; - [[no_unique_address]] W writer; - [[no_unique_address]] Predicate predicate; - [[no_unique_address]] Range range; - [[no_unique_address]] Length length; + [[fm_no_unique_address]] R reader; + [[fm_no_unique_address]] W writer; + [[fm_no_unique_address]] Predicate predicate; + [[fm_no_unique_address]] Range range; + [[fm_no_unique_address]] Length length; fm_DECLARE_DEFAULT_MOVE_COPY_ASSIGNMENTS(entity_field); -- cgit v1.2.3