
13 Jan
2009
13 Jan
'09
4:29 p.m.
Neil Groves <neil <at> grovescomputing.com> writes:
I see that if we need to handle an error condition then the ability to return an optional<Target> is a good plan. Perhaps two new overloads would be optimal?
This looks interesting but boost::optional<T> is already InputStreamable: #include <boost/optional/optional_io.hpp> Alex