Hi Everyone,
This is to inform you ahead of time that the formal review of Robert Ramey's Safe Numerics library will be held in about two weeks: March 2 - March 11.

Boost Numerics is a set of drop-in replacements for the built-in integer types, which make the guarantee that the results of operations are either correct according to the rules of integer arithmetic or report a diagnosable error (rather than offering modulo arithmetic results, or resulting in undefined behavior, or returning incorrect results as in the case of signed vs. unsigned comparisons).

The library can be found on GitHub:
https://github.com/robertramey/safe_numerics/

Online docs:
http://htmlpreview.github.io/?https://github.com/robertramey/safe_numerics/master/doc/html/index.html

Even before the formal review starts, you can provide your review on Boost Library Incubator:
http://blincubator.com/reviews/?library_id=426
It will also be included in the final verdict.

I will be making the official announcement on March 2.

Andrzej Krzemienski, review manager.