WIP: disable LoKi::Odin dictionary entries due ROOT-10220
Attempt to by-pass (hack!) the problem that cling uses an old version of clang which doesn't understand the gcc9 implementation of std::variant.
The hack is to (conditionally) not include any ODIN
related entries which use std::variant
in their implementation in the dictionary given to genreflex
...
Edited by Marco Cattaneo