ISO8601: Implemented ISO8601p::formatVague for short-form, rounded values

This commit is contained in:
Paul Beckingham 2015-08-12 16:22:13 -04:00
parent 565232eccd
commit 35b52c421b
3 changed files with 156 additions and 135 deletions

View file

@ -83,6 +83,7 @@ public:
bool parse (const std::string&, std::string::size_type&);
void clear ();
const std::string format () const;
const std::string formatVague () const;
private:
bool parse_designated (Nibbler&);