ICU-3236 move a "timebomb" past 2.8

X-SVN-Rev: 13061
This commit is contained in:
Markus Scherer 2003-09-11 02:59:10 +00:00
parent 5c456ffb04
commit cfb123c6e4

View File

@ -181,7 +181,7 @@ protected:
// commented out because UObject is abstract (see getDynamicClassID)
// inline UObject(const UObject &other) {}
#if U_ICU_VERSION_MAJOR_NUM>2 || (U_ICU_VERSION_MAJOR_NUM==2 && U_ICU_VERSION_MINOR_NUM>6)
#if U_ICU_VERSION_MAJOR_NUM>2
// TODO post ICU 2.4 (This comment inserted in 2.2)
// some or all of the following "boilerplate" functions may be made public
// in a future ICU4C release when all subclasses implement them