From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-08-08 12:50:13


On Thursday 08 August 2002 01:35 pm, michael graves ii wrote:
> static linking?? from what i can see, none of these functions have a
> body. so
> unless i'm missing some cpp files somewhere, the compiler doesn't have
> anything
> to link to.

Check out boost/libs/signals/src/*.cpp

You can build a static library with Jam, if you wish, or just add those .cpp
files to your project.

        Doug