-
Key: CPP11-231
-
Legacy Issue Number: 1069
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: page 20-34 of orbos/98-01-11 contains a few typos:
1)
template<CORBA::UShort d, Short s>should be
template<CORBA::UShort d, CORBA::Short s>
2)
operator LongDouble() const;should be
operator CORBA::LongDouble() const;
3)
template<unsigned short d1, short s1, unsigned short d2, short s2)
should use CORBA types and use a closing ">" instead of ")":
template<
CORBA::UShort d1,
CORBA::Short s1,
CORBA::UShort d2,
CORBA::Short s2
> // Note closing ">" -
Reported: CPP 1.0b1 — Wed, 18 Mar 1998 05:00 GMT
-
Disposition: Resolved — CPP 1.0
-
Disposition Summary:
No Data Available
-
Updated: Fri, 6 Mar 2015 20:58 GMT