18 Feb
2009
18 Feb
'09
8:40 a.m.
Nate Foreman skrev:
Hello,
I'm using the range adaptors from the latest version of the range library in the vault. Namely: boost::adaptors::filtered boost::adaptors::transformed
The Visual Studio linker was kind enough to inform me that these depend upon the regex static library (libboost_regex-vc80-mt-sgd-1_38.lib).
Does anybody know why?
I'd rather not build the boost regex lib. Is there any way to avoid this dependency?
The dependency should only be for "| tokenenized(...)". Perhaps you should avoid including all the adaptors at once. best regards -Thorsten