
27 Oct
2009
27 Oct
'09
7:36 p.m.
"David Bergman" <David.Bergman@bergmangupta.com> wrote in message news:7D589D40-2CB8-4B3A-9805-37BA6451E9C9@bergmangupta.com...
There is no official recommendation for the language in-between EC++ and C++ - C++ minus exception handling - AFAIK, but it is no secret that Boost is targeting that "language" as well, and also C++/CLI to some extent.
From what I understand the std library relies on exceptions: std::vector does not provide any method: bool wasSuccessfulConstructed(void) const. So why does boost need to support something like this?