From 45fab6f5b12f00631005b0086931a2f25385146e Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 24 Apr 2024 15:53:04 +0200 Subject: C++ migration: using KeeperState = Unique --- src/tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools.h') diff --git a/src/tools.h b/src/tools.h index 673d6f0..755a0c6 100644 --- a/src/tools.h +++ b/src/tools.h @@ -34,8 +34,8 @@ class InterCopyContext public: Universe* const U; - Dest const L2; - Source const L1; + DestState const L2; + SourceState const L1; CacheIndex const L2_cache_i; SourceIndex L1_i; // that one can change when we reuse the context VT vt; // that one can change when we reuse the context -- cgit v1.2.3-55-g6feb