On Sat, Apr 13, 2013 at 10:40 PM, Michael Powell <mwpowellhtx@gmail.com> wrote:
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 there is one in boost distribution but I find the concept intersting and indeed not to hard to implement.

Joel Lamotte