TW-1733: taskwarrior 2.5.0 can not compile FreeBSD 10.1
- Thanks to ribbon.
This commit is contained in:
@@ -1581,12 +1581,6 @@ bool ISO8601d::sameYear (const ISO8601d& rhs) const
|
||||
return this->year () == rhs.year ();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ISO8601d ISO8601d::operator+ (time_t delta)
|
||||
{
|
||||
return ISO8601d (_date + delta);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ISO8601d ISO8601d::operator+ (const int delta)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user