
16 Jun
2007
16 Jun
'07
5:39 a.m.
On Sat, 2007-06-16 at 11:33 +1000, skaller wrote:
However, the libs still aren't fully public if the interfaces are only private details of the GHC tool chain. Hmmm.
Note of course that it's only been in the last few years that C++ has stabilised to the point where different implementations can agree on a common ABI. Prior to that, all the C++ libs had public interfaces with an ABI that was was an artifact of which C++ tool chain you were using. Duncan