[cfe-dev] Remove explicit template specializations
Vassil Vassilev
vasil.georgiev.vasilev at cern.ch
Wed Mar 2 09:39:35 PST 2011
Hi all,
I am wondering if there is a way to remove existing explicit class
template specialization declaration? I cannot remove it like
Decl->getDeclContext()->removeDecl(Decl)..
I know that in ClassTemplateDecl there is addSpecialization() and no
removeSpecialization(). Is it complex to implement removeSpecialization()?
Cheers,
Vassil
More information about the cfe-dev
mailing list