------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-19
14:48 -------
This code is invalid, and here is why:
manipulator.reveal ( PROPERTY < int > ( propertyX, pContainer, &
MyContainer::x ) );
so you are passing a rvalue to a non constant reference.
This does not compile with ICC also giving the same error.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21665