mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
e62f888381
This commit drops the KeyTraits in favor of a std::any-like solution. Basically, we type erase any key the user wants to employ, just exposing a virtual version of the destructor, a comparison operator and a clone primitive.