------- Comment #1 from paul dot otto at canfieldsci dot com 2006-09-22 16:22 ------- Created an attachment (id=12308) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12308&action=view) Preprocessed file exhibiting the problem
The templated member contructor is unable to access the private class members of its const ref argument. Since that argument is an instance of the same class, my understanding is that it should be able to. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29184