Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_3632_Regression / README
blob1acf4d91af6d5cd4334271e321d55b337d7bd61b
3 C++ mapping says that "For bounded sequences, the maximum length is part of the
4 type and cannot be set or modified..." and later "For a bounded sequence,
5 maximum() always returns the bound of the sequence as given in its OMG IDL type
6 declaration."
8 Also it says that "For a bounded sequence, attempting to set the current length
9 to a value larger than the maximum length given in the OMG IDL specification
10 produces undefined behavior".