mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
ISO8601: Removed the need for ::ambiguity
This commit is contained in:
parent
0cbcbeedc5
commit
2402ec8d6e
2 changed files with 4 additions and 17 deletions
|
@ -38,7 +38,6 @@ public:
|
|||
ISO8601d (const ISO8601d&); // Unimplemented
|
||||
ISO8601d& operator= (const ISO8601d&); // Unimplemented
|
||||
operator time_t () const;
|
||||
void ambiguity (bool);
|
||||
bool parse (const std::string&, std::string::size_type&);
|
||||
void clear ();
|
||||
void set_default_time (int, int, int);
|
||||
|
@ -55,7 +54,6 @@ private:
|
|||
void resolve ();
|
||||
|
||||
public:
|
||||
bool _ambiguity;
|
||||
int _year;
|
||||
int _month;
|
||||
int _week;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue