$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-05-05 11:41:24
Armel Asselin wrote:
> ok so i'll try the 1.34, any idea of the size of the binary (.lib/.a)
> for that feature (just the necessary part of ICU+boost::regex?). i'd
> be really happy if it could take a few
> dozen KB :-)
If you statically link to Boost.Regex it adds about 50K to your executable,
if you dynamically link the .so is a lot larger though. Enabling ICU
support doesn't change the size of Boost.Regex much, but ICU itself is a big
binary: there's no way around that since if you actually want Unicode
support then the Unicode character database is *big*.
John.