Oops... forgot setting the sanity flag on...

...after successfull conversion on std::string-based ctor
This commit is contained in:
Ignacio R. Morelle 2008-08-15 22:48:33 +00:00
parent c9114c376a
commit 841ffcc479

View File

@ -81,6 +81,7 @@ version_info::version_info(const std::string& str)
}
}
}
sane_ = true;
} catch (bad_lexical_cast const&) {
return;
} catch (std::out_of_range const&) {