diff --git a/set/dset.hpp b/set/dset.hpp index 29fc6966..d8331cf3 100644 --- a/set/dset.hpp +++ b/set/dset.hpp @@ -79,6 +79,11 @@ namespace cruft::set { return add (1, val); } + void insert (ValueT const &val) + { + return add (val); + } + /// A list of items to remove from this store. /// /// Items must be in sorted order, and must be a subset of this