- I've declared a class/struct with a nested template class in it's inner
- nested template class has a member function with a default argument
- outer class uses this template type as member variables
- outer class accesses in it's interface member functions the template members 
by it's member function 
with the default arguments

-- 
           Summary: nested template class member func rejects default args
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: backboon at gmx dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: v4.0.0, i686-apple-darwin8, build 5026
  GCC host triplet: v4.0.0, i686-apple-darwin8, build 5026
GCC target triplet: v4.0.0, i686-apple-darwin8, build 5026


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

Reply via email to