------- Comment #3 from dino at concisoft dot com  2008-05-06 14:18 -------
    template<class Y> static LINK* LC(Y* X) {
        return static_cast<LINK*>(X);
    }
    template<class Y> static const LINK* LCC(Y* X) {
        return static_cast<const LINK*>(X);
    }


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36149

Reply via email to