summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3632_Regression/README
blob: 918ba5096a3f4d5667b1dd61929cb7ee6cd66792 (plain)
1
2
3
4
5
6
7
8
9
10
# $Id$

C++ mapping says that "For bounded sequences, the maximum length is part of the
type and cannot be set or modified..." and later "For a bounded sequence,
maximum() always returns the bound of the sequence as given in its OMG IDL type
declaration."

Also it says that "For a bounded sequence, attempting to set the current length
to a value larger than the maximum length given in the OMG IDL specification
produces undefined behavior".