13 Sep
2007
13 Sep
'07
1:33 a.m.
Mark B. wrote:
Hi,
I am trying to use string_algo (specifically split) in my program but I have no idea about which Boost library I have to link to. Library naming in Boost is not very regular. For example, to link to the filesystem classes I have to use -lboost_filesystem, but for linking to uBlas, I have to use -lblas. Thus, the substring "boost" is not necessarily in the library's filename
Can somebody help me?
I believe this is a header-only library. Just include the header. No library to link to.
Thanks!