
6 Feb
2009
6 Feb
'09
4:03 p.m.
Alexander Nasonov <alnsn <at> yandex.ru> writes:
lexical_cast< optional<int> >("x").get_value_or(-1); [...] It's not conceptually correct but we already have an exception for handling spaces in strings. I should think about making one more exception for optional<T>. Though, the inliner is not short, not sure people will like it.
I can confirm that this is Kevlin's prefered option. See for example this discussion: http://lists.boost.org/Archives/boost/2005/05/86492.php Alex