summaryrefslogtreecommitdiff
path: root/src/context/cdlist_forward.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-09 17:22:07 -0700
committerGitHub <noreply@github.com>2021-04-09 17:22:07 -0700
commitf87f038c5f0821d0fefb01cea00bfdec6004da91 (patch)
treed948178e1c0d2dc459a976f0d187d2d41a5437c0 /src/context/cdlist_forward.h
parent550c49a7dd2b13ea29743458336f0c0a0fb6099a (diff)
Rename CVC4_ macros to CVC5_. (#6327)
Diffstat (limited to 'src/context/cdlist_forward.h')
-rw-r--r--src/context/cdlist_forward.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdlist_forward.h b/src/context/cdlist_forward.h
index 9575881e0..cf912a93a 100644
--- a/src/context/cdlist_forward.h
+++ b/src/context/cdlist_forward.h
@@ -42,7 +42,7 @@ namespace context {
template <class T>
class DefaultCleanUp {
public:
- inline void operator()(T* t CVC4_UNUSED) const{}
+ inline void operator()(T* t CVC5_UNUSED) const {}
};
template <class T, class CleanUp = DefaultCleanUp<T>, class Allocator = std::allocator<T> >
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback