Question

I remember a while ago I heard that there were thoughts of including a BigInteger implementation in the c++0x standard(as it was called back then). Apparently this did not happen but I was wondering if this is planned as part of c++1y or not.

Was it helpful?

Solution 2

The latest official paper on the subject is N3542. It is not slated for inclusion in C++14.

OTHER TIPS

The unbounded integer library is being worked on in SG6, the Numerics study group. It will probably go into a Technical Specification (TS, what used to be called a TR) once we sort out a few things about its interface and about interoperability of library numeric types.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top