Exceptionless lexical_cast

Could you provide an exceptionless lexical_cast variant?

bool try_lexical_cast<Out, In>(Out&, const In&)

Exceptions aren't always the best option. Sometimes they're not even an option. Could you provide an exceptionless variant? As bonus it's no longer necessary to specify the Out template argument.