Date
- Removed ::isRelativeDate and instead used namedDates. Which is better.
This commit is contained in:
@@ -109,11 +109,8 @@ public:
|
||||
void operator++ (); // Prefix
|
||||
void operator++ (int); // Postfix
|
||||
|
||||
static const std::vector <std::string> get_relatives ();
|
||||
|
||||
private:
|
||||
bool isEpoch (const std::string&);
|
||||
bool isRelativeDate (const std::string&);
|
||||
|
||||
protected:
|
||||
time_t _t;
|
||||
|
||||
Reference in New Issue
Block a user