
John Maddock wrote:
Gennadiy Rozental wrote:
The recent changes to Boost.Test have broken Borland support, see for example: http://tinyurl.com/34wlps I'll try fix it later today. Is there any free/eval version of this compiler available?
Yes, Turbo C++ (which includes Borland-5.8.2 is a free download).
Note that at least some so-called "free" versions of Borland products used to come with very restrictive licenses. E.g. I once downloaded the compiler in order to run tests on Linux. I had to download and to unpack the distribution in order to be able to read the license agreement which required me to release everything I write or test using the compiler has to be released under GPL. IANAL, but using the free Borland products seems to be a risk for Boost (even if the risk is "only" a lawsuit that could be won). Regards, m