Skip to content
Snippets Groups Projects
Commit c0d7350a authored by Enrico Guiraud's avatar Enrico Guiraud Committed by Axel Naumann
Browse files

[DF] Fix compilation error on mac1012, XCode9

Link to compilation error:
https://epsft-jenkins.cern.ch/view/ROOT%20Nightly/job/root-nightly-master/1977/LABEL=mac1012,SPEC=noimt/parsed_console/

The error is due to a bug in clang3.5, reproducible in isolation:
https://godbolt.org/z/jtYXv6

The workaround is to avoid specifying the template parameters of a
template base class -- the full type is injected in the derived class
anyway (thanks Axel!).
parent 2adea164
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment