"Andreas Sæbjørnsen"
Since we are interested in using Boost::Lambda in our project and can not depend on the whole of the Boost library because of size restrictions we are interested in including a minimum Lambda subset of Boost. From what I understand only header files are needed in order to use Lambda, so that leads me to believe such a subset should be possible. In an initial experiment I created such a subset, but was unable to make it smaller than 13.3mb. Is it possible to create a subset of Boost to use Lambda which would be around 1mb or less? If so, has anybody already created such a subset?
What kind of size restrictions do you have? Do you realize that the amount of boost source code you have available has no impact on the size of your executable? -- Dave Abrahams Boost Consulting www.boost-consulting.com