Hmm...

Can you give a complete minimal example?  I just tried the following
one, and this compiles without problems, as it should:

=============================< snip >======================================
struct bar {} ;

struct foo {

  foo( foo const& rhs ) : p( rhs.p ) {}
  bar* const p ;

} ;
=============================< snip >======================================

Are you *using* the assignment operator for your class somewhere?

Cheers
-Gerhard
-- 
Gerhard Wesp             o o           Tel.: +41 (0) 43 5347636
Bachtobelstrasse 56       |       http://www.cosy.sbg.ac.at/~gwesp/
CH-8045 Zuerich          \_/       See homepage for email address!

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to