[multiprecision] uses boost::math::gcd without including the header

16 Jan
2015
16 Jan
'15
6:25 p.m.
include/boost/multiprecision/cpp_int/misc.hpp uses boost::math::gcd (and lcm), but does not include common_factor_rt.hpp.

4 Jan
4 Jan
2:54 p.m.
New subject: [multiprecision] uses boost::math::gcd without including the header
Hi John, hi all, Is there any way to create an Integer (or a number) from a range (bounded or counted)?; or from a string_view (string_ref)? Roughly speaking, something like: XintXXX_t make_from_bounded_range(I f, I l); XintXXX_t make_from_counted_range(I f, size_t n); If not exist, I can make a contribution, are you interested? Thank you very much and best regards, Fernando Pelliccioni.
3451
Age (days ago)
3804
Last active (days ago)
2 comments
2 participants
participants (2)
-
Fernando Pelliccioni
-
Peter Dimov