Ovanes Markarian wrote:
In my current project is a need to implement an optional type, this type is considered to be lazy.
I am wondering why C++ or Boost do not offer this possibility.
In what way does Boost.Optional fail to meet your needs?
Sebastian Redl