Subject: Re: [boost] Is there interest in portable integer overflow detection, with policy based handling?
From: Ben Robinson (cppmaven_at_[hidden])
Date: 2012-02-23 00:44:40


A fix for VerifiedInt has been uploaded to the GitHub repository here:

https://github.com/cppmaven/VerifiedInt

In addition, I added separate exception types 'positive_overflow' and
'negative_overflow', to the policy which throws, so unit tests can verify
the correct type of overflow.

Continued feedback from the community is greatly appreciated.

Thank you,

Ben Robinson