noob string concatenation help.

Frits van Bommel fvbommel at REMwOVExCAPSs.nl
Fri Apr 13 13:22:59 PDT 2007


anupam kapoor wrote:
> is there a strict one-to-one relationship between libphobos and D releases i.e.
> libphobos-ver-X goes _only_ with d-version-X ? it does feel a bit odd to have that kind of 
> restriction though.

You can probably use "close" Phobos versions most of the time, but 
sometimes incompatibilities are introduced. For this reason it's 
typically best to just use the Phobos version corresponding to your DMD 
version, unless you have a good reason not to.

The particular incompatibility causing your problem was IIRC introduced 
when the improved GC got implemented just after v1.00 and memory 
allocation started needing the TypeInfo for the allocated memory.


More information about the Digitalmars-d-learn mailing list