summaryrefslogtreecommitdiffstats
path: root/include/framework/DynamicExtension.h
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2023-06-09 11:29:58 -0400
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2023-06-09 11:29:58 -0400
commitf73a55cb2c8d8d800a379f9272a5c6b4730587a7 (patch)
treecf132c7ababab37299e6e732ea6f6e6fc87f79f5 /include/framework/DynamicExtension.h
parentcd7f2c7bee1c44e9e11ab75d6674ba5d05c6ba84 (diff)
downloaddynamic-extension-f73a55cb2c8d8d800a379f9272a5c6b4730587a7.tar.gz
Fixed bug(s) in tagging-based deletes
Diffstat (limited to 'include/framework/DynamicExtension.h')
-rw-r--r--include/framework/DynamicExtension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/DynamicExtension.h b/include/framework/DynamicExtension.h
index 800bc85..544cd8f 100644
--- a/include/framework/DynamicExtension.h
+++ b/include/framework/DynamicExtension.h
@@ -85,7 +85,7 @@ public:
int erase(const R &rec) {
Buffer *buffer;
- if constexpr (L == LayoutPolicy::LEVELING) {
+ if constexpr (D == DeletePolicy::TAGGING) {
auto buffer = get_buffer();
// Check the levels first. This assumes there aren't