
RWDateTime parses non-conforming ISO-8601 representations. (SP-9197)
Many RWCollection derived classes return void from their assignment operators instead of a reference to self. (SP-10186)
RWTBitVec<N>::operator[] does not throw an exception on out of bounds access as documented. (SP-12927)
RWTBitVec<N>::operator[] and operator() should have const overloads. (SP-12928)
Intrusive list classes do not correctly implement copy construction or copy assignment. (SP-13028)
RWDateTime ISO-8601 constructor does not handle midnight represented as 24:00:00. (SP-13207)
RWDecimalPortable::asString will crash if there are more than 256 digits. (SP-13571)
RWDecimalPortable can't parse strings longer than 128 characters, with parens. (SP-13572)
RWDateTime asserts when parsing dates on last day of leap year. (SP-13628)
RWDateTime asserts with some invalid input strings. (SP-13633)
RWDateTime artificially limits the maximum year in an ISO-8601 string to 4096. (SP-13673)
RWLocaleSnapshot::asString asserts with 's' as the format character on Windows. (SP-13709)
RWbostream::putString and RWbistream::getString do not call virtual functions, preventing polymorphic behavior in derived classes. (SP-13804)
RWTPtrSortedDlist(const container_type&) may result in an unsorted list. (SP-13850)
Serializing RW_LLONG_MIN to RWeostream causes buffer overflow. (SP-13896)
Portable Streams do not produce portable data when serializing '\a' and '\v'. (SP-13979)
XDR streams have problems with large integer values. (SP-14025)
RWTValOrderedVector<bool> and RWTValSortedVector<bool> have incomplete/incorrect interface. (SP-14039)
RWios::fail() does not indicate error if badbit is set. (SP-14135)
nilStoreSize() does not return the number of bytes needed for saveGuts(RWFile&). (SP-14384)
Sorted containers do not support merge/insert of self. (SP-14538)
Sorted containers with sufficient capacity should not resize on merge/insert. (SP-14539)
insertAndLocate() invokes undefined behavior. (SP-14553)
operator== for templatized map containers inconsistent. (SP-14569)
Functor list behavior incorrect when exceptions thrown. (SP-9298)
RWServerPool does not prevent new work from being enqueued when canceled. (SP-13372)
rw/functor/list/RWTCallbackList* disables optimizations for the translation unit on Intel C++ 13. (SP-14362)
RWTThreadLocal cannot be templatized on classes with private default constructors, even if declared as a friend. (SP-13632)
Copyright © Rogue Wave Software, Inc. All Rights Reserved.
The Rogue Wave name and logo, and SourcePro, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.