summaryrefslogtreecommitdiff
path: root/m4/ax_boost_base.m4
Commit message (Collapse)AuthorAge
* Replace my bounds-checked numeric conversion with Boost’sGravatar Benjamin Barenblat2015-07-28
Boost provides numeric_cast, which is much better than what I was using for safe numeric type conversion. This does introduce a Boost dependency, but that tends to be true of most nontrivial C++ programs, so it’s pretty reasonable.