X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/5ff40cf5d6e822051da902b041ae7ae8f545123e..b9e459aab5aff20564efc14602d214fd4f6a233a:/BigUnsignedInABase.cc diff --git a/BigUnsignedInABase.cc b/BigUnsignedInABase.cc index b423ca2..b2881e0 100644 --- a/BigUnsignedInABase.cc +++ b/BigUnsignedInABase.cc @@ -1,15 +1,11 @@ /* -* Matt McCutchen's Big Integer Library -*/ - -/* -* Milan Tomic had trouble compiling this file on Microsoft -* Visual C++ 6 because, in the libraries that come with -* Visual C++ 6, the `std::string::push_back' method apparently -* does not exist. To get around the problem, I rewrote -* `BigUnsignedInABase::operator std::string' (at the bottom -* of this file) so it doesn't use `push_back'. -*/ + * Milan Tomic had trouble compiling this file on Microsoft + * Visual C++ 6 because, in the libraries that come with + * Visual C++ 6, the `std::string::push_back' method apparently + * does not exist. To get around the problem, I rewrote + * `BigUnsignedInABase::operator std::string' (at the bottom + * of this file) so it doesn't use `push_back'. + */ #include "BigUnsignedInABase.hh"