Boost logo

Boost Users :

Subject: [Boost-users] C++ and/or boost analog to .NET System.Version
From: Michael Powell (mwpowellhtx_at_[hidden])
Date: 2013-04-13 16:40:19


Hello,

I am curious is there an analog to System.Version in .NET?

http://msdn.microsoft.com/en-us/library/system.version.aspx

Basically a cloneable, comparable, equatable version composed of major,
minor, build, revision. Or patch, build, or however you'd like to decompose
the fields.

I don't think it'd be hard to cook one up using say tuple<int, int, int,
int> for instance, but if one already exists I'd like to save the effort.

Thanks!

Regards,

Michael Powell



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net