X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fextension.h;h=b44d89007c12610344347632c441d175cc5ff89a;hb=5b3aa68610238de4e6f13c4bf9ec1745751e820c;hp=85b4fc4af27e0418bf9d4c09932ad835899724f6;hpb=5b539e1264a2a1342ee955ca0da978e48faf6f8f;p=libs%2Fgl.git diff --git a/source/extension.h b/source/extension.h index 85b4fc4a..b44d8900 100644 --- a/source/extension.h +++ b/source/extension.h @@ -29,6 +29,7 @@ struct Version Version(const std::string &); bool operator>=(const Version &) const; + bool operator<(const Version &o) const { return !(*this>=o); } };