Andrew Pinski - Re: C++ PATCH: PR 23896 (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
This patch fixes yet another problem with static data members in templates. When substituting into "sizeof (S::x)" we need to remember to evaluate "I", even though we don't need to evaluate "S::x".