| Type | recommended |
| Title | comphelper::OptionalValue deprecated, use boost::optional instead |
| Posted by | [EMAIL PROTECTED] |
| Affected | [EMAIL PROTECTED], |
| Effective from | SRC680_m85 |
Summary
comphelper::OptionalValue is now deprecated, please use boost::optional instead.
Description
To consolidate our code base, the recently added
comphelper::OptionalValue is now deprecated again, in favor of
boost::optional. Outside of slideshow/cppcanvas (which I will take
care of), there don't appear to be any users of this template, thus,
this announcement is a mere "don't start using it" message.
For further information about boost::optional, please refer to the
boost online documentation:
http://www.boost.org/libs/optional/doc/optional.html
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
