mirror of
https://github.com/boostorg/function.git
synced 2026-01-25 08:22:22 +01:00
- Use a vtable instead of separate manager/invoker pointers, to shrink the
size of a boost::function object to 8 bytes
- Fix a problem with NULL member pointers
[SVN r32186]