
1 Apr
2005
1 Apr
'05
11:14 p.m.
On Apr 1, 2005 5:33 PM, Doug Gregor <dgregor@cs.indiana.edu> wrote:
All of the Boost.Format tests are failing on SunPro 5.3 with this error:
"/home/nbde52d/src/boost-regression/boost/boost/format/ alt_sstream_impl.hpp", line 248: Error: Cannot assign void* to char*.
Can this be solved, or should we mark this compiler as unusable for the Format lib?
Robot # nbde52d here :) It looks like there just needs to be a <boost/format/detail/workarounds_sunpro.hpp> that would specialze CompatAlloc on this platform. The version for gcc 2.95 would suffice I believe. -- Caleb Epstein caleb dot epstein at gmail dot com