Am 20.04.23 um 18:38 schrieb John Maddock via Boost-users:
On 20/04/2023 16:58, Gero Peterhoff via Boost-users wrote:
Hi John,
some functions do not work with multiprecision-integer-types, e.g.

using T = boost::multiprecision::int256_t;
using ::std::isinf;

const auto x = T{5};
const auto y = isinf(x); // ct error
std::cout << y << std::endl;

gives a CT error.

Correct.  Those functions are pretty meaningless in the context of integer 
types, and no one has ever asked for them.

John.


Ok, herewith I ask for it then :-) Finally this is relevant in the template 
context or a functions with std- AND multiprecision-types should/must work.

thx
Gero

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
https://lists.boost.org/mailman/listinfo.cgi/boost-users

Reply via email to