
Thanks for your comments. The list sort problem is in the binary_search_test. binary_search_test.cpp in the utility library fails for sunpro 5.5 and 5.4, so sun needs to use the same workaround that begins in line 120 for DINKUMWARE and VC6. I will check my notes to find where the member template friends were an issue. It was something I found in 1.30.0, so, I am not sure if it will also be an issue in 1.31.0. So far, compiling 1.31.0 with sunpro is giving me much more trouble than either 1.30.0 or 1.30.2; sunpro doesn't like some of the iterator_facade code, which causes the filesystem library and several other tests to fail to compile. Davis King william.d.king@bankofamerica.com -----Original Message-----
From: boost-users-request@lists.boost.org Message: 7 Date: Tue, 10 Feb 2004 11:52:13 -0500 From: Christopher Currie
Subject: [Boost-users] Re: building boost with sunpro compilers To: boost-users@lists.boost.org Message-ID: Content-Type: text/plain; charset=us-ascii; format=flowed
The main fixes I have found so far is that for 5.5 and 5.4, BOOST_NO_LIST_SORT and BOOST_NO_MEMBER_TEMPLATE_FRIENDS need to be defined.
Can you point up which tests lead you to this conclusion?
Sun is supposed to be releasing an Early Access version of their next compiler in the near future; I'll be focusing regressions and bugfixes on that version once it's available.
Christopher
------------------------------