Skip to content

WIP: disable LoKi::Odin dictionary entries due ROOT-10220

Gerhard Raven requested to merge hack-cling-std-variant-incompatibility into master

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...

See https://sft.its.cern.ch/jira/browse/ROOT-10220

Edited by Marco Cattaneo

Merge request reports