lakeweb

Results 2 issues of lakeweb

I'm using boost::lexical cast to process xml data. The likes of: ``` template bool GetAttribute(const pugi::char_t* name, T& attr) const { try { attr = boost::lexical_cast(GetAttribute(name)); } catch (boost::bad_lexical_cast& e)...

I was looking for the US parser by comment and it was confusing not to find it. Line 38 in gregorian\parsers.hpp should read 'where with order month-day-year'. And thanks for...