DR408: If a static data member of incomplete array type is declared in a class
template, that member has a dependent type (even if we can see the definition of the member of the primary template), because the array size could change in a member specialization. Patch by Karthik Bhat! llvm-svn: 194740
Loading
Please register or sign in to comment