Bug Report no. 36 |
Reported ByJan Zurek Date20 Oct 1998 PlatformsAll platforms VersionomniORB 2.6.0 DescriptionThe insertion operator of an unbounded string into an Any is wrong: void operator<<=(CORBA::Any&,const char*&); Should be: void operator<<=(CORBA::Any&,const char*); PatchActionWill be fixed in the next major release. A work around is to use from_string. e.g. CORBA::Any myAny; myAny <<= CORBA::Any::from_string("Hello",0);
|
|
For comments, feedback, etc, please see the 'Keeping in touch' page. |