
Richard Peters wrote:
A few months ago there was some discussion about an arbitrary magnitude integer library. I have now implemented such a library, which is located at http://groups.yahoo.com/group/boost/files/big_integer/.
Compiling the code generate hundreds of failures because of two-stage name lookup. You tested it under MSVC 71 and GCC 3.2 which both fail to implement lookup rules correctly. I suggest you try again with GCC 3.4.0 (a
I have uploaded a new version of the big_integer library which also compiles with GCC 3.4.0 (cvs version). This version now compiles on compilers which implement two-stage name lookup. The library is available at http://groups.yahoo.com/group/boost/files/big_integer/, the version is 0.1. best regards, Richard Peters "Giovanni Bajo" <giovannibajo@libero.it> wrote in message news:c5mf2u$bt0$1@sea.gmane.org... pre-release
binary package should be available now) or EDG-based compilers. -- Giovanni Bajo