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.

Était-ce utile?

La solution 2

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

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top