Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 949004
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/IGC/AdaptorOCL/cif/cif/export/registry.h
0
++ b/IGC/AdaptorOCL/cif/cif/export/registry.h
Lines 46-52 Link Here
46
    }
46
    }
47
47
48
    ICIF * Create(Version_t version, ICIF * parent) const override{
48
    ICIF * Create(Version_t version, ICIF * parent) const override{
49
        return CIF::InterfaceCreator<Interface>::template CreateInterfaceVer(version, version, parent);
49
        return CIF::InterfaceCreator<Interface>::CreateInterfaceVer(version, parent);
50
    }
50
    }
51
51
52
    InterfaceId_t GetFirstIncompatible(CIF::CompatibilityDataHandle handle) const override{
52
    InterfaceId_t GetFirstIncompatible(CIF::CompatibilityDataHandle handle) const override{

Return to bug 949004